Skip to content
Public Ticket #8166

Menu

Conversation thread

vaszeit replied

Customer Reply

Thank you. Looks this has fixed it.

PenciDesign replied

Staff Reply

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

Customer Reply

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?

PenciDesign replied

Staff Reply

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 started the conversation

Conversation Start

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.

Want to join this conversation or access attachments? Sign in first.