-
AmDev1
Sorry to mither you again.
I suspect I have some css somewhere that is affecting the way the add to cart on scroll displays on both mobile and desktop.
Ideally, I want the image, name and price displayed with qty buttons and add to cart on desktop, and for mobile, just the image, price and add to cart button.
Currently, the image isn’t aligned with the rest of the content – it look slike it’s sitting over the price or something strange.
https://mowgli-adventures.com/product/270ah-12v-lifepo4-deep-cycle-gc3-battery/
TIA
Angela -
David
Hi there,
can you share a screenshot of the issue ?
-
AmDev1
Sure thing, please see attached…
https://imgur.com/a/HYMySkb -
Alvind
Hi there,
Try adding this CSS:
.add-to-cart-panel > div { position: relative; } .add-to-cart-panel .product-title { margin-left: 80px; } .add-to-cart-panel form.cart { flex-direction: row; }
-
AmDev1
Thank you! That set me on the right path. All sorted now. Thanks again
-
Alvind
You’re welcome!
- You must be logged in to reply to this topic.