• Resolved abhi00123

    (@abhi00123)


    Dear Sir
    I really like your theme. Really awesome. Unfortunately, I ran into a little problem, I am unable to disable the sticky feature of Top menu bar. Is there a way to do so?

    Thanks in advance.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Alexander Agnarson

    (@alxmedia)

    Hi, thanks!

    Add this as Addditional CSS in Customize > Additional CSS:

    
    @media only screen and (min-width: 1025px) {
    	.full-width.topbar-enabled #header { padding-top: 0; }
    	.full-width #nav-topbar.nav-container { position: relative; }
    	.full-width.admin-bar #nav-topbar.nav-container { top: 0; }
    }
    
    Thread Starter abhi00123

    (@abhi00123)

    Thank you very much! Everything working fine.

    Thread Starter abhi00123

    (@abhi00123)

    Hi
    Is there any way so that instead of Top Menu bar, Main Menu becomes sticky on top upon scrolling?

    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Disable Sticky Top Menu bar’ is closed to new replies.