-
AuthorPosts
-
July 17, 2018 at 10:07 pm #986668
Hi,
My menu slides over the logo when I resize my window. The url is in the private section.
I’ve tried a couple of options mentioned on this forum and on the documentation, but it doesn’t help.
Can you please have a look at it?Regards,
Erwin
July 18, 2018 at 7:41 am #986806Hey Erwin,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 1050px) { nav.main_menu { display: block !important; } #avia-menu .menu-item { display: none; } .av-burger-menu-main.menu-item-avia-special { display: block; } }
Best regards,
RikardJuly 18, 2018 at 11:38 pm #987213Hi,
Thank you. It works fine now.
Regards,
Erwin
July 19, 2018 at 1:58 pm #987400Hi Erwin,
Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
RikardJuly 19, 2018 at 11:03 pm #987645Hi,
You can close this topic.
Thank you for the assistance!Regards,
ErwinJuly 20, 2018 at 6:11 pm #987956I am having this same problem, and the CSS does nothing to fix it. Please advise…
July 23, 2018 at 5:00 am #988573Hi Illingco,
Where did you place the CSS? Please try it at the very top of Quick CSS. If that doesn’t work then please post WordPress admin login details in private so that we can have a closer look.
Best regards,
RikardAugust 1, 2018 at 4:31 pm #992473Does not work as mentioned. Please advise…
August 1, 2018 at 4:35 pm #992474Sorry please see updated login…
August 1, 2018 at 5:38 pm #992492Hey!
I am not able to login – “Your access to this site has been limited”
Please refer to this post – https://kriesi.at/documentation/enfold/menu/#activate-burger-menu-for-higher-resolution and if that does not help, please start a new thread under Enfold sub forum and temporarily disable IP restriction so we can look into it.
Regards,
YigitAugust 1, 2018 at 5:40 pm #992493See private message
August 1, 2018 at 6:09 pm #992505Hey,
I changed the code to following one
@media only screen and (max-width: 1120px) { nav.main_menu { display: block !important; } #avia-menu .menu-item { display: none; } .av-burger-menu-main.menu-item-avia-special { display: block; } }
and flushed cache. Please review your website
Regards,
YigitAugust 1, 2018 at 6:22 pm #992511Didn’t change anything…
August 1, 2018 at 6:35 pm #992514Hey,
Have you flushed your browser cache? I can no longer see the issue.
Regards,
YigitAugust 1, 2018 at 6:37 pm #992516I have checked it on an iPhone 8 and reduced size browser window, and the burger menu and search icon still go over the logo…
August 4, 2018 at 11:42 am #993484Hi Illingco,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 767px) { .responsive .logo img { width: 80%; } #menu-item-shop .cart_dropdown_link { padding: 0px 0px 0px 20px; } }
If you need further assistance please let us know.
Best regards,
VictoriaAugust 6, 2018 at 6:10 pm #994021This CSS works. Thank you! You may close this topic again.
August 6, 2018 at 6:36 pm #994026Hi,
I’m glad you were able to get this resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘Menu over logo when responsive’ is closed to new replies.