before
after
Hello,
When I click add to cart on mobile, the side cart section is supposed to be on top of product images like the photos shown above but now all of a sudden the cart is back of the image (hidden) and doesn’t show up on the front.
before
after
Hello,
When I click add to cart on mobile, the side cart section is supposed to be on top of product images like the photos shown above but now all of a sudden the cart is back of the image (hidden) and doesn’t show up on the front.
Hi @jaesielee !
This is PageFly - Advanced Page Builder. I would love to give you some recommendation
In your Shopify Admin go to online store > themes > actions > edit code
Find Asset >theme.css and paste this at the bottom of the file:
@media screen and (max-width:749px){
.grid–no-gutters>.grid__item .product__photo–single {
padding-top: 0 !important;
}
.grid–no-gutters>.grid__item .product__photo–single img {
position: relative !important;
}
}
Best Regards;
Pagefly
It doesn’t work
Still the same. the cart notification on mobile is hidden back of the images.