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

    Is there a way to make fullwidth submenu sticky also on mobile view, in a way it behaves on desktop view?

    Thanks

    #1249247

    Hey MORTULGAAH,

    Try adding this to quick css:

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

    Best regards,
    Jordan Shannon

    #1249364

    Thanks. :-)

    #1249446

    Hi MORTULGAAH,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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