Tagged: 4.6.1, Break Point, Burger Menu, enfold, iPad, iPad Pro, menu, mobile
-
AuthorPosts
-
September 12, 2019 at 9:16 am #1137428
Is it possible to change the mobile menu so it kicks in at 1024px instead of 989px?
I have a site with a wide logo, because of this it overlaps the menu on IPads and IPad Pros.
I normally add CSS to shrink the font so it fits but I cannot shrink it anymore without it being too small to read.
Please can you help?
Feature Request
Add third mobile break point option for Ipads/Ipad Pros at 1024px. I bet this issue affects a lot of people without them realizing!My usual workaround code is below if anyone wants it: Just tweak the min and max widths until happy.
@media only screen and (min-width: 989px) and (max-width: 1149px) { /* Add your Desktop Styles here */ #top #header .av-main-nav > li > a { font-size: 10px !important; padding-left: 10px !important; padding-right: 10px !important; } } @media only screen and (min-width: 1150px) and (max-width: 1480px) { /* Add your Desktop Styles here */ #top #header .av-main-nav > li > a { font-size: 13px !important; padding-left: 10px !important; padding-right: 10px !important; } }
- This topic was modified 5 years, 2 months ago by thinkjarvis.
September 16, 2019 at 3:12 pm #1138839Hey Thomas,
Thank you for sharing :) This is one way to go, some other users prefer to still have the burger menu if their menu is too big.
Best regards,
VictoriaSeptember 16, 2019 at 3:22 pm #1138843Hi Victoria,
I normally apply this anyway but I still need some help here if you can.
This solution does not work for ipads with a wide logo.
I need the burger menu to activate at 1024px (ipad landscape)
Is it possible to change the mobile menu so it kicks in at 1024px instead of 989px?September 18, 2019 at 3:52 pm #1139538Hi,
Please refer to this post – https://kriesi.at/documentation/enfold/menu/#toggle-id-87 :)
Best regards,
YigitOctober 2, 2019 at 11:14 am #1144129Hi Yigit,
This works as expected thank you.
In the latest version of enfold it looks like you guys have implemented a similar workaround to my original post? Glad to have helped!
October 4, 2019 at 7:38 pm #1145056Hi thinkjarvis,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.