Hi all, Hope you are doing well.
Need to reduce the space between BUY IT NOW & ORDER ON WHATSAPP on the product page.
A user seeks to reduce the vertical spacing between the “BUY IT NOW” button and “ORDER ON WHATSAPP” button on their product page using the Brooklyn theme.
Proposed Solutions:
Multiple support teams offered CSS-based fixes:
SocialAutoPost identified two causes: an unnecessary block occupying space (recommended removal) and a 40px top margin in the WhatsApp widget’s custom CSS (recommended deletion)
GemPages suggested adding custom CSS code in the theme.liquid file before the </head> tag (specific code provided via screenshot)
PageFly-Victor recommended inserting CSS into the timber.scss file targeting .product-single__description and .shopify-payment-button__button classes to adjust margin and display properties
Implementation Steps:
All solutions require accessing Online Store > Theme > Edit code, then modifying either theme.liquid or timber.scss files with provided CSS snippets.
The discussion remains open with no confirmation of which solution worked.
Hi all, Hope you are doing well.
Need to reduce the space between BUY IT NOW & ORDER ON WHATSAPP on the product page.
Kindly share the store URL so I can help you with it
Hello @jasdrape ,
It’s GemPages support team and glad to support you today.
Could you please share your store URL ( with the password if your store password is enabled ) then I can see and suggest something for you?
Best regards,
GemPages Support Team
Hello @jasdrape ,
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:
Open your theme.liquid theme file
Paste the below code before
For example,
If you require any further information, feel free to contact me.
Best regards,
GemPages Support Team
There are two barriers that are increasing the distance between the ‘Buy It Now’ button and the WhatsApp button.
Let me know if need further help ![]()
Hi @Jasdrape,
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file timber.scss or timber.scss.liquid.
Step 3: Paste the below code at bottom of the file → Save
button.shopify-payment-button__more-options.BUz42FHpSPncCPJ4Pr_f.shopify-payment-button__button–hidden{display:none !important}
.product-single__description.rte{
margin-top:16px !important
}
Hope my solution works perfectly for you!
Best regards,
Victor | PageFly