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 #2736267
Change Breakpoint Menu Desktop
Closed

Comments

  • Weboluciona_Cristian started the conversation

    Hi, 

    Colud you guide me where i can find, if there's any, where i can change the breakpoint of the menu, please? I have a long one and i need to change it before the menu break in 2 lines.

    Thanks

  •  2,699
    PenciDesign replied

    Hi,

    You can try adding more of this code to Customize > Custom CSS to do that:

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

    Best Regards,

    PenciDesign

  • Weboluciona_Cristian replied

    Awesome, thanks a  lot!!!!!

    Party on.