Tagged: Cart, woocommerce
Hi guys, I just updated from (I think it was 2.6) to 3.0. Keep up the good work. I had modified my child theme so that the cart icon is always showing. Currently, the cart icon is still always showing, but after the ajax add to cart event, the cart icon slides to the left about 100 pixels, and it covers up some other stuff in my menu.
How do I stop the cart icon from sliding left? i.e. I would like it to just remain in place. All the other hover effects and animations are good and I would like to keep those.
Hey fortuneRice!
Thank you for using Enfold.
We would like to see the actual website. Please post the url here.
Best regards,
Ismael
Hi!
Thank you for the link.
Please use this on Quick CSS or custom.css:
.cart_dropdown.visible_cart {
right: -60px;
}
Best regards,
Ismael
Thanks Ismael, I’ll try it.
But in any case, can you point me to the file and line number that’s responsible for the animation, so I can tweak it further if necessary?
Hey!
this is not about any file. It is about CSS styles. If you want to tweak it, than just change “-60px” to any number you want.
Cheers!
Andy