Shape 5

Wordpress Club Themes => CleanOut - Club => : seahawks April 23, 2014, 05:29:07 PM



: Top Menu Dropping Down into Top Row Position
: seahawks April 23, 2014, 05:29:07 PM
The top navigation menu has started dropping down on some pages of hogesweb.com -

for example , http://hogesweb.com/web-hosting/hosting-plans/ is displaying correctly.

The home page is displaying the menu down in the Top Row Position, as are most of the other pages.  Are you able to assist with this?  I have only made one small CSS change, when I changed the padding on Centre Position from 80 px to 20px, then changed it back to it's original setting.

Thanks in advance

Jean


: Re: Top Menu Dropping Down into Top Row Position
: seahawks April 23, 2014, 05:41:59 PM
I've just accessed the Shape 5 Theme Options to try some settings - without changing anything the menu bar has jumped back into it's correct position.......hopefully it's all back to normal.  Thanks for your help :)


: Re: Top Menu Dropping Down into Top Row Position
: Tristan Rineer April 24, 2014, 11:08:17 AM
I've looked at it with Firebug (http://getfirebug.com/), and it appears that the logo area is too wide, and that's what's causing the menu to drop to the next line.

You may be able to fix the problem by adding the following code to styles.css:

:
#s5_logo_module {
    width: auto !important;
}


: Re: Top Menu Dropping Down into Top Row Position
: seahawks April 24, 2014, 03:33:35 PM
Thanks so much Tristan, the code snippet worked a treat!

Cheers
Jean