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 #1304036
width for changing to mobile view
Closed

Comments

  • Jan started the conversation

    I’v installed your theme on https://www.judid.de. It’s really good! Can i change the browser-width for changing to the mobile-view? There is a spot of the width where the menü slips under the menü-corner so that you can not see it anymore. Best Regards, Jan Borowski

  •  2,699
    PenciDesign replied

    Hi,


    Thank you for purchased Soledad theme.

    You can add more this code to Customize > Custom CSS to fixed it:

    @media only screen and (max-width: 1170px){
    #navigation.menu-item-padding ul.menu>li>a, #navigation.menu-item-padding .menu>ul>li>a{ padding: 0 8px; }
    }


    Best Regards,

    PenciDesign