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

    Good morning guys!
    I need to show a transparent menu in my mobile version.
    but i want sticky header too.

    is it possible?

    • This topic was modified 6 years, 4 months ago by 4EPIU.
    #976232

    Hey 4EPIU,

    Can you try adding this css code in Quick CSS (located in Enfold > General Styling):

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

    Hope it helps :)

    Best regards,
    Nikko

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