How to remove unwanted space above product image?

Solved

How to remove unwanted space above product image?

roseblushstudio
Tourist
6 0 1

I'm getting a weird space above the picture on my product page. How do I fix that issue?

 

https://5ooktmv226g6xvdv-56170152020.shopifypreview.com

Screenshot 2024-03-05 at 2.35.29 PM.png

Accepted Solution (1)

AnneLuo
Shopify Partner
962 180 205

This is an accepted solution.

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Customize.

Step 2: Find the section on the product page, click Product infomation

AnneLuo_0-1709682197000.png

step3: Add the following code to the custom css box

.media {
   padding-top: unset !important;
}

 

AnneLuo_1-1709682579001.png

 

The blank space on the image will be removed.

 

AnneLuo_2-1709682607336.png

 

 

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

View solution in original post

Reply 1 (1)

AnneLuo
Shopify Partner
962 180 205

This is an accepted solution.

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Customize.

Step 2: Find the section on the product page, click Product infomation

AnneLuo_0-1709682197000.png

step3: Add the following code to the custom css box

.media {
   padding-top: unset !important;
}

 

AnneLuo_1-1709682579001.png

 

The blank space on the image will be removed.

 

AnneLuo_2-1709682607336.png

 

 

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee