Topic: Using all of the Nav Bar??

I have been working with arras for about two months, getting it ready for our websites new look. I ran into a big problem tonight though. I want to have my categories span my nav bar, but there seems to be a block preventing this. I think it is for the facebook, twitter, and ect icons. I need to remove this so the bar doesn't feel so off balance. This is the first question I've had, because I could find everything I need on these forums. Thanks for that! I've posted a picture that shows where I need to expand the nav functions to. Thank you for any help you can provide.

http://lostinreviews.com/wp-content/uploads/2012/01/nav.png

Last edited by lostinryan (2012-01-20 07:04:32)

Thumbs up

Re: Using all of the Nav Bar??

Firstly, you'll have to remove the <ul class="quick-nav clearfix"> element which holds the social icons. Secondly, you'll have to modify the CSS style definitions for the following:
#menu-navbar - remove the "float" and "max-width" property
.menu-navbar-container - remove the float property

NOTE: I have not tested whether the above will screw up other sections of your site so make sure you check them out.

Thumbs up

Re: Using all of the Nav Bar??

Thank You!!!!!

Thumbs up