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 #2183200
mobile/desktop header
Closed

Comments

  • CMLS started the conversation

    Hi,

    I very like the header 5 for desktop navigation, but I realized is too intrusive for mobile navigation.

    Is it possible to choose header 5 for desktop and header 9 for mobile navigation? Or, more generally, is it possible to manage desktop and mobile header separately?

    If it is not possible, how can I optimize and reduce the header size for mobile?

    Thank you :)

  •  2,699
    PenciDesign replied

    Hi,

    You can do that by do following steps:

    1/ Select to display header style 5 for desktop.

    2/ Go to Customize > Logo and Header Options > and check to "Display Logo on Horizontal Navigation on Mobile"

    3/ Add more this code to Customize > Custom CSS:

    @media only screen and (max-width: 479px) {
    #header .inner-header{ display: none; }
    }
    

    Best Regards,

    PenciDesign