Hello,
Is it possible to hide the Main menu in the Footer (socket) only for Mobile on Portrait View?
Or, is it possible to improve the way it looks when the menu items are taking many lines? (please see image – Mobile – Portrait view)
Hey IngeniumCanada,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
Victoria
Hi,
Try adding the following to quick css:
/* Portrait */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 568px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) {
footer #avia3-menu{
display:none;
}
}
Best regards,
Jordan Shannon
Thank you very much Jordan! It’s working perfectly!
Helene
Hi,
Great I’m glad I was able to help. If you need anything else, please let us know here in the forums.
Best regards,
Jordan Shannon