Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #359351

    Hi,
    i use Enfold with a vertical Menue and I have a problem with the sub-menus on the ipad. The sub menus do not have the required width and cut off the menu items. I have a few things in Quickcss already tried but so far without success.
    Thank you for your help.

    regards

    Arndt

    #359440

    Hey art9-de!

    Thank you for using Enfold.

    You can move the menu upwards when viewing on mobile device:

    @media only screen and (min-width: 768px) and (max-width: 989px) {
    strong.logo {
    display: none;
    }
    }

    Cheers!
    Ismael

    #368930

    Hi Ismael,
    this does not work for me.
    I think therer are to possible solutions.
    1. use of the small Device Menue on ipad not only on iphone
    2. possibility to enlarge the submenues (i didn´t found a way to enlarge it with quick css)

    you see the problem at the website http://www.otte-immobilien.de when you use a ipad or tablet at the menue “Kaufen” and “Mieten” the second column is always to short.

    Cheers

    Arndt

    #369849

    Hi!

    use this in Quick CSS:

    @media only screen and (max-width: 1024px) {
    #header .six.units {
    width: 375px;
    }}
    

    Regards,
    Andy

    #369893

    Hi,
    there is no change

    Arndt

    #370005

    Hi!

    Please try adding !important rule as following

    @media only screen and (max-width: 1024px) {
    .avia_mega_div.six.units {
    width: 378px!important;
    }}

    Cheers!
    Yigit

    #372656

    Yes!

    Thank You and a Happy New Year

    Arndt

    #372657

    Hi!

    You are welcome! Glad we could help! Happy new year :)

    Cheers!
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Problem with Submenue on iPad/Tablet’ is closed to new replies.