• Resolved thiagoftoledo

    (@thiagoftoledo)


    I have a top menu that when I scroll down the page the menu accompanies the page (the top menu dexce with the page). You can block the top menu so it does not go down with the page?

    I have a version 1.3.9

    Site: https://catiakrug.com.br/

    Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi! Try adding this as custom 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 thiagoftoledo

    (@thiagoftoledo)

    Hello! I added the code in both CSS:
    style.css
    responsive.css

    however, the top menu is still down with the page ??

    To clarify, are you referring to the top bar where it says “Home Cursos Recursos Sobre Contato”? When I visit your site, that top bar stays at the top of the screen when I scroll down. You may need to empty your cache or force a refresh.

    Thread Starter thiagoftoledo

    (@thiagoftoledo)

    Perfect, friends!
    Many thanks for the help!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Block top menu (lock)’ is closed to new replies.