Tagged: 

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

    Hello,

    Once you scroll on the mobile page, the sticky menu floats over the middle of the page (using Safari on iPhone). I’m trying to find a way to not have it stick at all, or stick appropriately only to the top of the window. Any help would be appreciated.

    • This topic was modified 4 years, 2 months ago by brad_reed.
    #1248299

    Hey brad_reed,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    .header-scrolled #sub_menu1 {
        top: 0 !important;
    }
    }

    Best regards,
    Rikard

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