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 #2723943
Hide header for mobile
Closed

Comments

  • titidomi started the conversation

    Hi,

    I work on the this blog and I chose the header #3 to put the logo and a youtube video on the side (you can see on the blog https://soffrirlemonde.com

    When I'm on mobile, the header is still there, but it doesn't fit. It's too big. 

    Can I hide the header #3 for mobile version? How can I do? 

    Thank you and have a good day.

    Rachel

  •  2,699
    PenciDesign replied

    Hi,

    If you want to hide the video only on mobile, you can add more this code to Customize > Custom CSS:

    @media only screen and (max-width: 960px){
    .container.has-banner .header-banner{ display: none; }
    }
    

    Best Regards,

    PenciDesign