• Resolved michellefrelek

    (@michellefrelek)


    I’m quite new to building websites, I’ve recently set up a new website and I’ve noticed that the main menu sticks to the top of the page when I scroll down. Is there a way to disable this and get the menu to stay where it is, so that I can scroll past it?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author TT Themes

    (@tomastoman)

    Hi,

    please insert the following custom CSS into “Theme Options > Other Settings > Custom CSS” to disable the “sticky” menu:

    html #wrapper .sticky-nav {position: relative; top: auto;}

    Best regards,
    Tomas Toman

    Thread Starter michellefrelek

    (@michellefrelek)

    That worked, thank you! 🙂

    Theme Author TT Themes

    (@tomastoman)

    You are welcome! 🙂

    Best regards,
    Tomas Toman

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Disabling "sticky" menu’ is closed to new replies.