Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #838277

    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/

    #838323

    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

    #838372

    Thank you Mike!

    #838378

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘View on iPad mini’ is closed to new replies.