Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1028497

    Hi i implemented this code to make the burger menue sticky:

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all #header {
    position: fixed;
    }
    .responsive #top #main {
    padding-top: 150px !important;
    }
    }

    the padding doesnt actually change anything of the behauvior of the header?
    The Burger Menu covers the headings of the pages…
    How can i change it?

    • This topic was modified 6 years ago by thepash.
    #1029307

    Hey thepash,

    Can you disable caching and minification for now?

    Best regards,
    Victoria

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.