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

    here you go! just found the solution for this

    @media only screen and (max-width: 767px) {
    .header-scrolled #header_meta {
    display: none;
    }

    .responsive #top #header {
    position: fixed !important;
    }

    .responsive #top #main {
    padding-top: 100px !important;
    }
    }

    yours
    Websi96

    #579659

    Hey Thomas!

    Glad you figured it out and thank you for sharing your solution :)
    Let us know if you have any questions or issues

    Best regards,
    Yigit

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