P_SLT
February 27, 2022, 9:10pm
1
Hi,
I am using the Shopify Dawn theme and on my product page some product images are being displayed on top of each other. I have not made any changes to the layout files so I’m not sure what’s causing it.
Here is the product URL: https://pueblofood.co/products/24-savora-drinks-zesty-lime-sweet-agave-mixer-200ml
1 Like
Hi @P_SLT ,
Please share your store URL and if your store is password protected then please provide password too.
So that we can help you.
@P_SLT
Please share the store front password.
Thanks!
Your store is password protected so please share password.
Thank you.
P_SLT
March 1, 2022, 10:00pm
6
Store URL: pueblofood.co PW: fleopi
Please add below css in bottom of assets/base.css file
.product__modal-opener .product__media {
padding-top: 0 !important;
}
Thank you.
Hi @P_SLT ,
You can follow the instruction below:
Go to Online Store->Theme->Edit code
Asset->/base.css->paste below code at the bottom of the file:
.product-media-modal {
position: inherit !important;
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
Best regards.