-
AuthorPosts
-
March 14, 2016 at 3:01 pm #597757
The logo is overlapping the menu in the Tablet view but not the mobile/smartphone view. Can you please advise or provide some code to remedy.
March 14, 2016 at 3:37 pm #597779Hi vagator78!
Please refer to this post – http://kriesi.at/documentation/enfold/menu-overlaps-logo-on-tablets/ and if that does not help, please see – http://kriesi.at/documentation/enfold/switching-to-mobile-menu-on-higher-resolutions/
Cheers!
YigitMarch 15, 2016 at 3:03 am #598102This is the code I was using to take care of a WooCommerce Shopping cart icone appearing in the mobile/smartphone menu.
.cart dropdown { display: none; }.So I added the code below to take care of the logo overlapping problem which it did.
@media only screen and (max-width: 1024px) {
#mobile-advanced, #advanced_menu_toggle, #advanced_menu_hide { display: block; }
nav.main_menu { display: none; }}
#wrap_all {
position: relative !important;
}However, now the shopping cart icon is back on the mobile/smartphone view.
Please advise.
Thanks
- This reply was modified 8 years, 9 months ago by vagator78.
March 15, 2016 at 4:32 am #598126Hey!
There is simply not enough space for logo and the menu to fit in the tablet view.
You can resolve it by
1. have short version of the logo for tablets and mobiles example only initials
2. Reduce the logo size further (it might not look so good)
3. Use a different header layout from header > Menu and Logo Position (Logo Center Menu Below)Cheers!
Vinay KashyapMarch 15, 2016 at 12:36 pm #598337we have fixed the Tablet View.
what code do we need to use to get rid of the WooCommerce Shopping Cart Icon that is on the Mobile Menu. I was using this
.cart dropdown { display: none; }
but it is not working since we added the code to remedy the Tablet problem.
Thanks
March 16, 2016 at 6:30 pm #599087March 16, 2016 at 6:44 pm #599102yeah we got it right, thanks for your guidance.
March 16, 2016 at 6:47 pm #599104Hey!
You are welcome!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Best regards,
Yigit -
AuthorPosts
- The topic ‘Logo overlapping menu in Tablet View’ is closed to new replies.