-
AuthorPosts
-
July 18, 2014 at 9:09 pm #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.jpgso how do i obtain that beneath the 1024px the menu toggles on click?
July 19, 2014 at 5:24 am #293242Hey 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!
IsmaelJuly 19, 2014 at 8:52 am #293278that 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 990pxJuly 20, 2014 at 6:47 am #293530Hey!
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,
IsmaelJuly 20, 2014 at 7:38 pm #293640Thanks ! 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.July 21, 2014 at 2:40 am #293683 -
AuthorPosts
- The topic ‘Toggle Menu at 1024px’ is closed to new replies.