Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1479461

    The header in the mobile view is now sticky. This should not be the case because it now covers up a lot of the content area. How can I unstick it?

    #1479467

    Hey ausgesonnen,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 989px) { 
    .html_header_sticky.html_mobile_menu_tablet #top #wrap_all #header, .html_header_sticky.html_header_transparency #top #wrap_all #header, .html_header_sticky #top #wrap_all #header {
        position: absolute !important;
    }
    }

    Best regards,
    Mike

    #1479470

    thank you that worked

    #1479474

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Header on mobile view sticks’ is closed to new replies.