• Resolved katemegill

    (@katemegill)


    Hi! I have a problem with my sticky menu since the update. It is now showing up on 2 lines (my sticky logo is on top and then the menu itself is on the second line) – I really REALLY want it back on the single line. Not sure what happened. Your help would be greatly appreciated!

    https://teachingwhatisgood.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    Your menu items width adds up to almost the same width as your sticky menu container’s width, therefore menu is force to newline.

    You can use the following in your Theme Options -> Custom CSS
    to increase your sticky menu container width.

    .sticky-header .container {
        width: 1200px !important;
    }

    Thank you

    Thread Starter katemegill

    (@katemegill)

    Denzel, you ROCK!! Thanks so much.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Sitcky menu doubled in height after last update’ is closed to new replies.