Dear Enfold Team,
I have a bit of an issue with the shopping cart which is normally supposed to be displayed next to the burger menu.
BUT
Since I am using custom CSS code to trigger the mobile menu earlier (at 1024px width) the floating cart is still hidden. Someone from the Enfold team has already provided me with the CSS code snippet below:
/* Mobile menu trigger */
@media only screen and (max-width: 1224px) {
.menu-item {
display: none;
}
.main_menu {
display: block !important;
}
.av-burger-menu-main.menu-item-avia-special {
display: block;
}
}
This code does not work to reincarnate the cart:
/* dissapeared cart */
#menu-item-shop.cart_dropdown {
display: block;
}
Looking forward to your reply.
Best,
Alexander
Hey Alex,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
Victoria
Hi,
Sorry for the late reply, please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
@media only screen and (max-width: 1030px) {
#header_main .menu-item.cart_dropdown {
display: block !important;
}
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Hi Mike,
Thank you very much for the code. Seems to be working, have a nice one!
Best,
Alexander
Hi Alexander,
Great, I’m glad that Mike could help you out. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Hi Rikard,
It is safe to say now that this topic could be closed, thank you!
Best,
Alexander
Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.
For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)
Best regards,
Mike