Decrease the space between the buy it now button and the product description on brooklyn Theme

Dear All,

Greetings!

I am having an issue with the wider space from Add to cart to Description, any suggestions to reduce this gap, without compromising quality in both Mobile & PC. Below is a screenshot Thank you very much. (The highlighted red area is the gap I need to reduce).

@Hashan ,

Please share you store URL so we can help.
Thank You!

@Hashan

Please share your website URL and password if any. I will check and provide a solution here.

Thanks!

hello @Hashan

Please provide website url and if your store is password protected then also provide password So I will check and provide a solution here.

www.ayuecoshop.com

pw - edaixi

Dear All,

Please find the required information below,

www.ayuecoshop.com

pw - edaixi

@Hashan

Please add the following code at the bottom of your assets/timber.scss.liquid file.

.template-product .product-single__description{
margin-top: 0px !important;
}

Hope this helps.

Thanks!

Hi,

Thanks for the swift response, will revert soon after applying.

thank you very much.

Reards.

@dmwwebartisan Job well done. Thank you so much for your support and swift response.

@Kinjaldavra and @Muhammad_Ali_S Really appreciate for both of you for coming forward to support on this matter

@Hashan

It’s my pleasure to help you.

I’m facing the same issue in minimal theme..pl help

website: https://geniekart.in/products/flexible-toilet-brush

@mahis

Please share screenshot what do you want!

Hi..Need to reduce space between buy it now & the discount badge

hello @mahis

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

.template-product .shopify-payment-button__button--hidden {
display: none;
}

It solved my issue..Thank you so much..