Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #836546

    Hi,

    is it possible to change the breakpoint of the mobile menu in the new Enfold version, so that the burger menu appears sooner (at 1130px)?

    I need to remove the following code to make the mobile menu appearing at all, but I can see no option to change the breakpoint again:

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

    Kind regards!

    #836563

    @Steffen – see this thread. It should help but good luck – it’s not a trivial change, it’s a real pain. I’ve just had to do it on another Enfold site and the solution I posted at the end of that thread, whilst the main elements are similar, had to be customised again to make it work.

    #836914

    Hi zimbo,

    thank you for your fast response!
    I added the code to the CSS and it works fine, besides the fact, that the burger menu icon is displayed on the left side between 1150px and 990px. Is there a chance to display the burger menu and the search icon on the right side?

    Kind regards

    #836967

    @Steffen – no idea why the burger menu is on the left, it’s always displayed to the right, at all responsive screen sizes, on all the sites I’ve modified for the wider ‘trigger’ point (when I’ve got it working how I want it that is, but I never had a left-aligned issue).

    As a humble user I think you’ll need to wait for a moderator to help you. They’ll need to see the site however so reply with the domain so they can have a look at it live.

    #837213

    Hi,

    Please provide admin info in the private section so I can view the css you have used to accomplish this.

    Best regards,
    Jordan Shannon

    #837351

    Hi,

    @zimbo: Thank you for your help!


    @Jordan
    Shannon: I posted the login details in the private content area below.

    Kind regards

    #837517

    Hi,

    Add the following to quick css:

    @media only screen and (max-width: 1230px) {
    .av-main-nav-wrap{
    float:right!important;
    }
    .main_menu{
    position:relative!important;
    }}

    Best regards,
    Jordan Shannon

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