Menu dropping down under logo

Hi,

URL is www.casperjumpingcastles.com.au

Is there a way to stop the menu from dropping down under the logo?  There appears to be enough space but at approx 1227, the logo indents to the right making the menu bar drop to the next line under the logo.

Client does not want to change to responsive menu until approx 1100 screensize.  Thanks


Comments

  • Hi,

    there is simply not enough space in header (logo, search, menu items) and that's why under 1228px width, menu items goes under the logo. If you want to keep them in the same line, you must remove of the main menu items or decrease padding between menu items with extra css:
    #Top_bar .menu > li > a span:not(.description) { padding: 0 10px !important; }
Sign In or Register to comment.