Space between product/description and recommended

I am trying to reduce this space, between the product image/description and the recommended items below that. Thank you for any help.

https://bigfoot-4x4.myshopify.com/collections/clothing/products/79-racer-stripe-black-adult-hoodie

Hi @bigfoot4x4

This is Victor from PageFly - Landing Page Builder App

You can try this code by following these steps:

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

Step 2: Search file theme.liquid

Step 3: paste bellow code in tag → save.

.grid.product-page-grid { margin-bottom: 0 !important; } .grid-item.small--one-whole.medium--one-whole.large--two-thirds { padding-bottom: 0 !important; height: 0 !important; }

Hope that my solution works for you.

Best regards,

Victor | PageFly

Hello @bigfoot4x4 ,

It’s GemPages support team and glad to support you today.

I would like to give you the recommendation to support you so kindly follow the steps below:

  1. Go to Online Store > Theme > Edit code of your current theme

  1. Open your theme.liquid theme file

  2. Paste the below code before


If you require any further information, feel free to contact me.

Best regards,
GemPages Support Team

Hello there,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >timber.scss.css and paste this at the bottom of the file:
.grid.product-page-grid {
margin-bottom: 0;
}
.product-description {
margin-bottom: 20px !important;
}

@bigfoot4x4
Hello,

.grid-uniform.grid--rev {
	display: none;
}
.grid.product-page-grid {
	margin-bottom: 30px;
}
.section-header {
	margin-bottom: 30px;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->timber.scss.liquid

Hey @bigfoot4x4 .

Thanks for reaching out

Did any of the coding changes work for you? If so, be sure to mark their post as a solution to inform others that may view the thread.

I appreciate that you have included your online store URL for us to take a look. Just to gather some additional context, could you let us know which theme you are using?

If you are unsure about which theme is live on your online store, you can navigate to the Theme Editor and select the three dots that are appearing towards the top left of the page. I took a screenshot from my test store to show you the section I am referring to:

Looking forward to your response.