Keith Vaugh+ 16 Report post Posted May 1, 2011 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 103 Report post Posted May 1, 2011 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+ 16 Report post Posted May 1, 2011 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+ 9 Report post Posted May 2, 2011 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 3 Report post Posted May 3, 2011 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+ 9 Report post Posted May 4, 2011 that one worked for both ... thank you Share this post Link to post Share on other sites