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 #1837817
Ekaterina
Closed

Comments

  • thaide started the conversation

    Hello!

    I can't see the header menu on a small screens like -14"-15"

  •  2,699
    PenciDesign replied

    Hi,

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

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

    Best Regards,

    PenciDesign