Before you ask please READ THIS

Would like to show mobile menu icon on ipad portrait view

edited October 2014 in Superior Posts: 27
Hi,

Currently when someone views my site on ipad in portrait view it shows all the menu items but as there is not enough room one drops below the others (see attached)
I would like to have it setup so it gives the drop down icon that displays when viewed on a mobile.
Could you help please?

Thanks,
C.
2014-10-22 01.36.52 pm.jpg
503 x 82 - 16K

Comments

  • AirAir
    edited October 2014 Posts: 10,970
    Hello

    This is not easy change, cause it have to be manged in few files. Maybe instead you would like to decrease font-size while in screen width goes below 768px?

    You can try this custom CSS
    @media only screen and (max-width: 768px) {
    .top-menu > li > a{
    font-size: 11px;
    }
    }
    With regards.
    Post edited by Air on
  • Posts: 27
    Hi,

    Thanks - yes thought might be tricky - I will try this option.

    Appreciate your help :)
  • Posts: 27
    That seems to work great - thank you!! :)
  • AirAir
    Posts: 10,970
    That is great:-)
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!