MyBB Community Forums

Full Version: A Navigation Bar Question
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I swear this is the last time Toungue

Anyway, how do I get my navigation bar (the pic on the left - see how the border ends before it reaches the end of the page) to "stretch" to the end of the page (the pic on the right - the border on the left and right is gone)?
heloo there

please check the class you are using for this bar.
and edit it from the theme manager
remove the
border: 1px solid 

or what ever it looks in ur setting
and replace it by this

  border-top: soli thin #003399;
	border-right-style: none;
	border-bottom: solid thin #003399;
	border-left-style: none;

this will remove the left and right sides
now u may need to change its width to 100% or over that

if the same class is used for another element in ur site, i recommend making a new class for this bar

regards