Hi,
I’m having a problem with the Woocommerce cart button on a tablet (I tested 2 ipad’s, a iPad 2 and an iPad air) where the cart button is hiding behind the menu button.
On a normal screen the cart button is total right (as it should be) and also on a iPhone it is on the left next to the menu button (as it should be).
Can you help?
Thanks!
Kind regards
Hey!
Try adding this code to the Quick CSS:
@media only screen and (min-width: 767px ) and (max-width: 989px) {
.responsive #top .cart_dropdown {
margin: -23px 60px 0 0;
}
}
Cheers!
Josue
Hey Josue,
Thanks for you quick reply.
Unfortunately it didn’t do the trick. I also tried !important in de margin rule.
Any other options I can try?
Thanks!
Kind regards
(I have the latested version installed of Enfold. I even deleted the old one completely and did a fresh template install. I also use a child theme but tested it also directly with Enfold switched on. Same result).
Hey!
Where did you add the code? i’m not seeing it applied in style.css or QuickCSS.
Cheers!
Josue
Hi,
Whoops, it does work ;-)
At first I added it at custom css (to test). But now I added it in style.css of the child theme and works fantastic. Thanks!
Your’re te best!
Kind regards
You are welcome, always glad to help :)
Regards,
Josue