Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #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.
    #1138839

    Hey 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,
    Victoria

    #1138843

    Hi 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?

    #1139538

    Hi,

    Please refer to this post – https://kriesi.at/documentation/enfold/menu/#toggle-id-87 :)

    Best regards,
    Yigit

    #1144129

    Hi 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!

    #1145056

    Hi thinkjarvis,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.