How can I eliminate white space on my product page?

HI,

I am using minimog theme and want to know how to remove white spave on product page.

you check the website https://niftyrebels.com/products/freddy-krueger-pop-art

Please help

Hello @dealtoday ,

You can follow these steps:

  1. Go to Online Store->Theme->Edit code

  1. Open your theme.liquid file, paste the below code before


I hope the above is useful to you.

Kind & Best regards,
GemPages Support Team

1 Like

Hi @dealtoday

I hope you are doing good and welcome to the Shopify Community!
I am San from MS Web Designer.

Please add this css in your bottom of the css file:

#shopify-section-template–18166970908976__product-recommendations .container.section-my {margin-top: 0 !important;}

Regards,

San

You solution worked… just one ore area need to be addressed is below product description

Thank you very much for the assist

Hi [email removed]Dealtoday**,**

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.css

Step 3: Paste the below code at bottom of the file → Save

@media(min-width:767px){
#shopify-section-template--18166970908976__product-recommendations{
margin-top:-100px
}
}

Hope my solution works perfectly for you!

Best regards,

Victor | PageFly

1 Like

I need assistance eliminating some of the white space in the “PAGES” section of the debut theme. I’d like the yellow image to be closer to the line above, approx where the “Our Values” title is currently.

@Filly_E can you give me the URL to this page?