View Full Version : Move NavBar - Standard Theme
thenashy
08-09-2011, 09:38 AM
Just wondering how I move the navbar below the banner, above the breadcrumbs somewhere would be great. I need the banner space.
Cheers
setishock
08-09-2011, 09:51 AM
.navbar {
position:absolute;
width: 94.5%; /* Added by setishock */
{vb:stylevar right}:{vb:math {vb:stylevar padding}*2};
right: 35px !important; /* changed by andy added */
top:307px;
font: {vb:stylevar header_font};
text-align:{vb:stylevar left};
}
Tip of the hat to Andy for stirring up my curiosity about this. He had shown me how to move the toplinks around and I experimented with applying it to other objects. Danged if it didn't work.
Put in additional.css and season to taste. Those settings are for a theme I'm working on at my place so you will have to edit them for your place. Remember when you change a number to click save and reload. Then go check your forum. Refresh your browser to see the new setting work.
thenashy
08-09-2011, 09:54 AM
Sorry. I meant navtabs.
--------------- Added 1312890976 at 1312890976 ---------------
Also. Will that change for all styles? I only want it for one.
--------------- Added 1312891153 at 1312891153 ---------------
Also. I just changed that. And it displays halfway down the page, and behind the forum. :-(
setishock
08-09-2011, 10:00 AM
It's theme by theme. Any theme you want to have this in has to have it in thier additional.css.
.navtabs ul.floatcontainer {
border: none;
margin-left: 490px;
margin-top: -26px;
}
http://animeappeal.com/forum.php?styleid=111
thenashy
08-09-2011, 11:07 AM
That's brilliant. Thanks!
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.