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 #2018951
Menu
Closed

Comments

  • vaszeit started the conversation

    Hi, I just noticed that on my tasteofartisan.com site the main nav menu does not show properly on iPad Pro. Please, advise. If you go right click-> inspect and try to resize the screen the menu and the slider doe not scale properly and at some resolutions parts are hidden.

  •  2,699
    PenciDesign replied

    Hi,

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

    @media only screen and (max-width: 1169px) and (min-width: 961px){
    #navigation ul.menu>li, #navigation .menu>ul>li {
        margin-right: 10px;
    }
    }
    

    Best Regards,

    PenciDesign

  • vaszeit replied

    Hi, thanks. The nav menu is fine but the search icon still doesn't work. On iPad Pro the search is hidden behind the slider. Any way to fix that?

  •  2,699
    PenciDesign replied

    Hi,

    Please try replace the code I sent to this code for fixed it:

    @media only screen and (max-width: 1169px) and (min-width: 961px){
    #navigation ul.menu>li, #navigation .menu>ul>li {
        margin-right: 10px;
    }
    #navigation.header-6 #logo img{ padding: 20px 0; }
    }
    

    Best Regards,

    PenciDesign

  • vaszeit replied

    Thank you. Looks this has fixed it.