Jump to content
Sign in to follow this  
augie_12

navbar/branding alignment

Recommended Posts

augie_12

Hello there, How to put navbar and branding in more or less one line? I used the following code and strange things strange things started happening: body #menu-nav .page_item a{ margin-right: -13px; } #primary-nav ul.main-nav.nosearch { width: 540px; } .main_nav { float: right; } I wanted to squeeze the navbar so that it could fit to the right without being scattered too much.

Share this post


Link to post
Share on other sites
bryan-hadaway

` body #primary-nav { left: 50%; margin-left: -180px; position: absolute; top: 85px; } ` Thanks, Bryan

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×