Jump to content
Sign in to follow this  
Keith Vaugh

Nav-Row and search field

Recommended Posts

Keith Vaugh

Hi All Need to make an adjustment to the Navigation row. I have three languages operating on a site I'm developing. In english everything is fine, however with French or german, the last button moves to a line below the nav row. I have manage to adjust the width of the search field, but have not managed to adjust the length of the nav-row. It is only a matter of a few pixels that I need. Can any one offer some direction on this. Thanks

Share this post


Link to post
Share on other sites
catrina

You can try decreasing the size of the text in the menu items instead by adding this code to your base.css file or custom CSS code area:

ul.main-nav li.page_item {font-size: 11px;}

If you'd rather adjust the entire nav bar width, you'll also have to adjust the width of your layout (depending on which layout mode you're using).


Please read the docs before posting. Please do not private message me unless I ask you to.

Designer | Catrina Dulay

Founder | Catrina and Mouse

Share this post


Link to post
Share on other sites
Keith Vaugh

Thanks Catrina I adjust the width of the layout and it appears to have solved the problem. Might try adjust the font size though

Share this post


Link to post
Share on other sites
alisamski

Catrina, the code above works on the primary level.. when on a secondary level... the font size goes to the default. Any suggestions?

Share this post


Link to post
Share on other sites
Kate

Hi Alisa, You could try something like this:

ul.main-nav li {font-size: 11px;}

Share this post


Link to post
Share on other sites
alisamski

that one worked for both ... thank you

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  

×