Hi Support,
I am having trouble with my site’s logo overlapping the navigation bar on iPad and small laptop views. I tried entering some override css code that I saw on the forum but it didn’t pertain exactly to my problem and therefore it didn’t quite work right. Your help is always greatly appreciated!
Thank you,
LindaK
Hey LindaK816,
Add this to quick css:
@media only screen and (max-width: 1024px){
.responsive #top .av-main-nav .menu-item {
display: none;
}
.responsive #top .av-main-nav .menu-item-avia-special {
display: block;
}
}
Best regards,
Jordan Shannon
Hi Jordan,
Thanks SO much! Perfect : )
Best,
LindaK
Hi,
I’m happy to help. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon