Tagged: cart button, enfold, tablet
Hi, I’m finding some issues with the dropdown cart button on tablets:
As you can see, my button is overflowing the screen on tablets:
and, scrolling the page, the button is always “visible” but still overflowing:
I had the same problem in mobile version, but I’ve been able to fix it, blocking the button beside the hamburger menu
I would like to fix the cart button beside the hamburger menu in tablets as well.
How could I do it?
Thanks for helping
Does anyone have any idea?
Hi,
Could you post a link to the site in question so that we can take a closer look please?
Best regards,
Rikard
Yes,
it’s not yet in production:
microcosmo
If you need credentials for the backend I’ll create them
Hi,
Thanks for the link. Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 989px) and (min-width: 768px) {
.responsive .av_mobile_menu_tablet .cart_dropdown {
margin: 52px 0 0 0 !important;
right:0 !important;
}
}
Best regards,
Rikard