Hi.
After latest update, burger menu overlays the sopping cart, making it impossible to click on a menu while using mobile device. Takes you to shopping cart page.
The only way to fix it, if to change in options Enfold -> Shopping Option -> Header Shopping Cart Item -> Always display floating on the site.
This might work on mobile, but looks awkward on desktop.
I would like to have it the way it was before. I will keep the option for now “Always Display Attached to the main Menu” for now, so you can inspect this issue.
My site http://ageimmune.com/
Thank you.
Hey Alex,
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 #top .av-logo-container .avia-menu {
float: left;
margin-right: 20px;
}
#menu-item-shop .cart_dropdown_link {
padding: 0 20px;
}
.responsive #top #wrap_all .container {
max-width: 95%;
width: 95%;
}
}
And then try to change back the setting for the cart icon to the way you would like it to have.
If you need further assistance please let us know.
Best regards,
Victoria
Victoria, that worked.
Thanks a lot.
But what would cause that?
Hi,
This might be caused by a plugin conflict.
Best regards,
John Torvik