Tagged: 

Viewing 24 posts - 1 through 24 (of 24 total)
  • Author
    Posts
  • #909205

    Hi, the burger/mobile menu seems to have disappeared on a few of my Enfold sites. I can’t see why in the settings. Please can you help…

    Thanks

    #909227

    Hi,

    You have following custom CSS code

    @media only screen and (max-width: 1130px) {
    nav.main_menu {
        display: none !important;
    }}

    Please remove it and flush cache in cache plugin you are using and that should help :)

    Best regards,
    Yigit

    #909240

    Thank you, that is code i was previously given to to stop menu overlapping logo.

    The burger menu is back on, but it is very low, actually overlapping (or being hidden by) the page content below it. Can you see what code I need to remove/adjust/add to have it in the right place?

    #909319

    Hi!

    Please change following code

    .main_menu > div > ul.av-main-nav > li > a {
        padding-top: 45px !important;
    }

    to following one

    .main_menu > div > ul.av-main-nav > li.menu-item > a {
        padding-top: 45px !important;
    }

    And to change mobile menu break point, please refer to this post – https://kriesi.at/documentation/enfold/switching-to-mobile-menu-on-higher-resolutions/

    Cheers!
    Yigit

    • This reply was modified 6 years, 9 months ago by Yigit.
    #909327

    Thank you, that’s perfect. Another query sorry… how can I get a bit of white padding above and below the logo. I have css in as previously advised which is

    strong.logo img{
    padding: 15px 0px;
    }

    but there is no padding appearing, the logo fills the header vertically.

    #909330

    Hey!

    Please replace your custom CSS above with following one – https://pastebin.com/Nh1fCbnH, then apply this one again.

    Regards,
    Yigit

    #909336

    Hi Yigit, i’ve replaces all the custom css as per the pastebin and also cleared cache, but it’s still not got any padding around the logo – both on desktop and mobile. sorry

    #909337

    Hi,

    Could you please create a temporary admin login and post it here privately so we can look into it? :)

    Best regards,
    Yigit

    #909341
    This reply has been marked as private.
    #909346

    Hey!

    I corrected one more issue in Style.css file of your child theme and then changed the code to following one and flushed cache

    .logo img{
    padding: 15px 0px;
    }

    Please review your website

    Best regards,
    Yigit

    #909354
    This reply has been marked as private.
    #910072

    Hi,

    I’m not sure about the changes so I’ll ask Yigit to check the thread again. Please wait for his response. :)

    Best regards,
    Ismael

    #911439

    Hey!

    Please see private content field below :)

    Cheers!
    Yigit

    #1076418

    I have a similar problem. on the phone the menu it sometime appears but there is nothing on it.
    On the website when I make the screen smaller I don’t see the burger menu at all..
    Thanks
    Martina

    #1076753

    Hi Martina,

    The login details you posted are not working, please check and verify.

    Best regards,
    Rikard

    #1076800
    This reply has been marked as private.
    #1077951

    Hi webdesignphx,

    I replied to you in another thread. Please keep the discussion there and do not post here.

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1078023

    Hi Victoria where can I find that thread? Thanks for your help.

    #1078307
    This reply has been marked as private.
    #1079034

    Hi webdesignphx,

    Hmmm… Anyway, the menu shows up fine on my end.

    Can you please attach a screenshot of the issue on your end?

    Best regards,
    Victoria

    #1079470
    This reply has been marked as private.
    #1081208

    Hi,

    Thanks for the update.

    Use this css code to decrease the size of the logo and prevent the overlap.

    @media only screen and (max-width: 767px) {
    .responsive .logo img {
        max-height: 50px !important;
    }
    }

    This css code creates substantial padding at the right side of the main container leaving less space for the content.

    #top .container main {
        order: 2;
        flex-grow: 1;
        padding: 0 50px 0 0;
    }

    Why did you add that?

    Best regards,
    Ismael

    #1081475

    Thank you Ismael.
    You guys are awesome!
    Martina

    #1082350

    Hi Martina,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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