Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #688398

    Hi!

    I saw your new update, Enfold 3.8, and the burger meny option.

    I just want the new burger menu to appear on small mobile screens and not on larger screens.
    Is this possible?

    #688974

    Hey thomasroos,

    Please check your settings under Enfold–>Header–>Mobile Menu in the Header Mobile Menu activation option.

    Best regards,
    Rikard

    #689172

    Sorry, but i would like the new 3.8 Creative Studio Demo menu on only mobile.
    Is this possible?

    #689176

    Hi!

    Do you mind creating a temporary admin login and posting it here privately so we can look into it?

    Best regards,
    Yigit

    #689206

    OK.
    I have sent it in private content.

    #689214

    Hi!

    No, you have not :) Can you please try again?

    Regards,
    Yigit

    #689226

    I try again.

    #689247

    Hi!

    I added following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (min-width: 991px) {
    li#menu-item-burger {
        display: none!important;
    }}
    .js_active.html_burger_menu #avia-menu > li {
        display: block;
    }
    @media only screen and (max-width: 990px) {
    .responsive.html_mobile_menu_tablet .main_menu .avia-menu, .html_burger_menu .av-burger-menu-main { display: block !important; 
    }
    .js_active.html_burger_menu #avia-menu > li { display: none;
    }}
    #advanced_menu_toggle { 
    display: none !important;
    }
    @media only screen and (max-width: 767px) {
    #top #wrap_all .av_header_transparency {
        background: transparent;
        position: absolute!important;
    }}

    Please review your website now

    Regards,
    Yigit

    #689256

    The header is very odd on mobile.
    Take a look.

    #689262

    Hi!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 767px) {
    #top .av_header_glassy.av_header_transparency .avia-menu.av_menu_icon_beside {
        border: none;
    }
    .logo {
        float: left!important;
        width: 59%!important;
    }}

    Regards,
    Yigit

    #689576

    Hi Yigit.

    The mobile menu doesn´t look right.
    There´s a huge gapp on the right side of the header on mobile menu.

    And i only wan´t the hamburger menu on mobile phones and not on larger screens then 767 px. I´t doesn´t seem to work.

    I appreciate your help, but maybe it´s not possible.

    Best Regards
    Thomas.

    #689809

    Hi,

    It could be possible but would definitely require more customization.
    Please feel free to request – or vote if already requested – such feature on Enfold feature request form.

    Best regards,
    Yigit

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