Viewing 1 post (of 1 total)
  • Author
    Posts
  • #1491865

    This code for sticky header for mobile works in Customizer, but not on the web: see: https://temp.hotelonsepen.nl/

    /* sticky header on smartphone */

    @media only screen and (max-width: 767px) {
    .responsive #top #main !important {
    /* Margin top value should be equal to header height*/
    margin-top: 150px !important;
    }
    .responsive #top #wrap_all #header {
    position: fixed !important;
    }
    }

    What is wrong?

    Grtz. Fred

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.