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 #2407687
Website Header Container Width Before Switching to Responsive
Closed

Comments

  • markWP started the conversation

    Hello,

    I'm just wondering if its possible at all please to change the website header container width before it switches to mobile version? At present if someone has a smaller screen size (say 1200px) the social icons appear on a 2nd line. I want to make it so that if someone has a smaller screen size, the mobile menu appears instead. Is this possible?

    Thank you. 

  •  2,699
    PenciDesign replied

    Hi,

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

    @media screen and (min-width: 961px) and (max-width: 1200px) {
        #navigation .button-menu-mobile { display: inline-block; }
        #navigation .menu { display: none !important; }
        #sidebar-nav { display: block; }
    }
    

    Best Regards,

    PenciDesign

  • markWP replied

    Hi

    Thank you, that's worked!

    Please ignore the attachment, I had an issue with the logo but have resolved it. :)