• Resolved andreaguerra80

    (@andreaguerra80)


    I noticed on my ipad that if the menu has more than 6 rumors about (depends on the character of each individual menu item), which creates a double line, and then the menu does not look good.
    How do I make the already responsive menu 800 / 900px so that you see well?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    Try the following media query with your custom CSS

    @media (min-width: 799px) and (max-width: 900px) {
    
     //you can put your custom css for menu between these width
    
    }
    Thread Starter andreaguerra80

    (@andreaguerra80)

    Forgive me but I do not understand ..
    the menu is that of the template.

    P.S. I urgently need your help here

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Menu on ipad/other tablet’ is closed to new replies.