Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #293149

    yes i have found that thread and at first sight it seems to work

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

    but the menu does not toggle til the line of 768px screen width is reached:

    both buttons are seen if clicked but menu was not seen
    http://abload.de/img/toggle-menutcs9d.jpg

    so how do i obtain that beneath the 1024px the menu toggles on click?

    #293242

    Hey Guenter!

    Thank you for using the theme.

    Can you please provide us a with a link to the actual website? Make sure that you’re running Enfold 2.9.1 and that the Mobile Menu > Header Mobile Menu activation is set to the second option.

    Cheers!
    Ismael

    #293278

    that helps! i didn’t thougt of the mobile menu option.
    990px is ok now for me – allthough the 1024px to 990px does not work
    same behaviour like before between those 990px to 1024px.
    But for me it is ok if i set it to 990px

    #293530

    Hey!

    Glad it worked somehow.

    Edit custom.css, add this code below:

    @media only screen and (max-width: 1025px) {
    .html_mobile_menu_tablet .main_menu , .html_mobile_menu_tablet #header_main_alternate{display:none;}
    .html_mobile_menu_tablet .container #advanced_menu_toggle, .html_mobile_menu_tablet #advanced_menu_hide{display:block;}
    .html_mobile_menu_tablet #mobile-advanced{display:block;}
    }
    
    /* Tablet Portrait size to standard 960 (devices and browsers) */
    	@media only screen and (min-width: 768px) and (max-width: 1025px) {
    
    		.responsive #top .mobileMenu{position: absolute; top: 50%; margin: -15px 0 0 0; width:250px; right:0; max-width: 250px;}
    		.responsive .mobile_slide_out .logo{float:left;}
    		.responsive .mobile_slide_out .logo img{margin:0; }
    		.responsive .av_mobile_menu_tablet .main_menu{display: none; }
    		.responsive.html_header_top.html_mobile_menu_tablet #header_main .social_bookmarks { right: 50px; }
    				}

    Regards,
    Ismael

    #293640

    Thanks ! that is perfect!

    The theme itself is marvelous – and the possibilities are manifold – but the real richness of it is the stunning support.
    Not only the quality of help given to us all is great even the velocity is impressive.
    Great job of all.

    #293683

    Hey!

    Glad it worked and thank you so much for the kind words. Enjoy the theme. :)

    Cheers!
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Toggle Menu at 1024px’ is closed to new replies.