vereggen 0 Report post Posted July 2, 2012 Hi ... I just upgraded one of my test sites to WordPress 3.4.1 and PageLines 2.2.1 I'm using iBlogPro5 5.1.1 The menu along the top now looks like this ... On one of my other sites (without upgrading) it shows like this ... Notice how after the upgrade the menu does not fill the entire bar. Is this a prob with iBlogPro5 or a setting that I need to change? Share this post Link to post Share on other sites
Rob 547 Report post Posted July 2, 2012 Looks like a comparison of apples to kiwi fruit. The top menu has long words, stretching a far greater area... while the lower one you're using in example, have short words. Of course it's going to be shorter. Did you alter the CSS for the menu? Former PageLines Moderator, Food Expert and Raconteur Share this post Link to post Share on other sites
vereggen 0 Report post Posted July 3, 2012 What you are missing is that the menu is does not fill up the entire gray bar. The first pic that I posted does not show that very well. Here is a better a pic ... [img]http://www.rapidsuccessstrategies.com/hold/bad2.png[/img] I tried to shorten the menu ... to compare apples to apples ... it still looks like kiwi's :) [img]http://www.rapidsuccessstrategies.com/hold/bad3.png[/img] There is no custom CSS ... this s a bare wordpress install with pagelines Share this post Link to post Share on other sites
catrina 103 Report post Posted July 3, 2012 It looks like an issue with the navigation menu container height. Please add this CSS to fix it: [code]div.main_nav_container {height: 24px !important;}[/code] 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
vereggen 0 Report post Posted July 3, 2012 Thanks Catrina ... the menu looks better ... however after the change the search box does not fit in the menu bar ... [img]http://www.rapidsuccessstrategies.com/hold/bad4.png[/img] Share this post Link to post Share on other sites
Danny+ 1,327 Report post Posted July 3, 2012 Hi, To resolve this issue, please remove the code provided by Catrina and add this code: [code].main_nav li a { line-height: 19px !important; }[/code] Let me now if this resolves the issue. Please search our forums, before posting! Share this post Link to post Share on other sites
vereggen 0 Report post Posted July 4, 2012 Tx Danny ... this one resolved the issue ... each menu item is the full height of the gray bar and the search box looks good ... thanks again for the great support. Share this post Link to post Share on other sites