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

    Hi Guys,

    I am building this site: petemb.com.au

    I want the mobile header to remain transparent and sticky, but it’s not wanting to.

    Any thoughts?

    #1180337

    Hey mburrough,

    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.