-
AuthorPosts
-
November 29, 2016 at 8:49 pm #718506
http://www.unitedstatesfittings.com
With a current theme – and plugins deactivated and this code in the CSS:
@media only screen and (max-width: 1152px) {
#mobile-advanced, #advanced_menu_toggle, #advanced_menu_hide { display: block; }
nav.main_menu { display: none; }}
#wrap_all {
position: relative !important;
}The mobile menu still appears to the right of the page if you scroll – or if you shrink a browser window on a computer.
I thought this issue was fixed? It’s back!
December 1, 2016 at 5:53 am #719084Hey ewingmh,
Please send us a temporary admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.
Best regards,
RikardDecember 1, 2016 at 8:06 pm #719380See login info below.
-
This reply was modified 8 years, 11 months ago by
ewingmh.
December 2, 2016 at 7:51 am #719544Hi,
Thanks for that, I commented out the CSS you posted initially and it seems to have removed the problem. Could you check and verify please?
/*@media only screen and (max-width: 1152px) { #mobile-advanced, #advanced_menu_toggle, #advanced_menu_hide { display: block; } nav.main_menu { display: none; }} #wrap_all { position: relative !important; }*/Best regards,
RikardDecember 2, 2016 at 7:53 am #719545Right… but then the menu items overlap the logo at smaller screen sizes… so I have to have that code in there.
December 3, 2016 at 6:10 am #719990Hi,
Oh, sorry about that. I added this to the top of your Quick CSS and it seems to be working without any problems:
@media only screen and (max-width: 1150px) { nav.main_menu {display:none !important;} #advanced_menu_toggle, #advanced_menu_hide {display:block !important;} }Best regards,
RikardDecember 3, 2016 at 6:24 am #719994Thanks!
December 4, 2016 at 6:41 am #720158 -
This reply was modified 8 years, 11 months ago by
-
AuthorPosts
- The topic ‘Mobile menu issue… again’ is closed to new replies.
