Why are product images overlapping in my Dawn theme layout?

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.

Store URL: pueblofood.co

PW: fleopi

Store URL: pueblofood.co PW: fleopi

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:

  1. Go to Online Store->Theme->Edit code
  2. 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.