Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1877180
Disable sticky header on mobile only
Closed

Comments

  • kaystie started the conversation

    Hi!

    How to disable sticky header in minimal magazine demo on mobile only? 

    Credentials for staging website (use copy-paste):

    login: guest

    pass: Г0сть

    Thanks in advance!

  •  2,699
    PenciDesign replied

    Hi,

    Please add more this code to Customize > Custom CSS to do that:

    @media only screen and (max-width: 479px){
    #navigation.header-6 {
        position: static !important;
    }
    }
    

    Best Regards,

    PenciDesign

  • kaystie replied

    Thanks, solved!