Tagged: iPad
Hello, I’m having some issues with my website on iPad mini. There seems to be a missing breakpoint for this device
screenshot – https://www.dropbox.com/s/v09vuew0ptuyr2g/ipadmini.PNG?dl=0
URL – http://proboxing.lv/
Hey vadikcoma,
I don’t have an iPad mini, but here is the brakepoint code you can adjust to suit.
@media only screen and (max-width: 768px) {
.av-burger-menu-main {
display: block!important;
}
#top .av_mobile_menu_tablet .av-main-nav .menu-item {
display: none!important;
}}
Best regards,
Mike
Thank you Mike!