(2016-07-03, 08:57 AM).m. Wrote: ^ required css style properties can be added / edited in global.css stylesheet of the theme
forum admin panel >> Templates & Style >> Themes >> your theme >> global.css >> edit in advanced mode (tab)
Yeh I tried that and it didn't really work. Heres my code if you want
HTML
<div class="navbar-wrapper">
<div class="container">
<div class="navbar navbar-default navbar-fixed navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand accent" href="http://thefreedomnetwork.x10host.com/">The Freedom Network</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li class="active"><a href="index.html">Home</a>
</li>
<li><a href="/forum/index.php">Forum</a>
</li>
<li><a href="construction.php">Donate</a>
</li>
<li><a href="construction.php">Staff</a>
</li>
<li><a href="construction.php">Contact</a>
</li>
</ul>
<a href="play.php" class="btn btn-info navbar-btn navbar-right hidden-sm hidden-xs">IP: 50.186.108.251</a>
</ul>
</div>
</div>
</div>
</div>
</div>
CSS in global.css
.navbar-wrapper {
position: absolute;
top: 0;
right: 0;
left: 0;
z-index: 20;
}
.navbar-wrapper .container {
padding-right: 0;
padding-left: 0;
}
.navbar-wrapper .navbar {
padding-right: 15px;
padding-left: 15px;
}
This code works on the main page, but not on the forum page.