We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Re: How To Edit The White Space In Between Headings and Paragraphs in Brooklyn Theme?

How To Edit The White Space In Between Headings and Paragraphs in Brooklyn Theme?

Tristan97
New Member
4 0 0

Hi

I am having trouble editing the white space or "padding"  between the headings and paragraphs of the product page on Brooklyn theme.

Please see image below to where arrows are pointing.

I would like to edit it to make it less or smaller.

Thanks in advance for your assistance.

Screenshot 2021-02-08 at 14.47.13.png

Replies 4 (4)

Hardik29418
Shopify Partner
2913 418 1083

Please provide website url and if your store is password protected then also provide password

- Need a Shopify developer? Chat on WhatsApp or EMAIL ME!


- Your Coffee Tip would do Magic code ❤️
- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Email
diego_ezfy
Shopify Partner
2988 573 931

@Tristan97 

Do this to fix it in 20 seconds:

1. In your Shopify Admin go to: online store > themes > actions > edit code
2. Find Asset > theme.scss.liquid or theme.css and paste this at the bottom of the file:

.template-product .rte h2{
    margin-top: 15px !important;
    margin-bottom: 30px !important;
}


You can adjust the numbers. I picked some arbitrary numbers just for the sake of example.

15px = top spacing
30px = bottom spacing

diego_ezfy_0-1612814825526.png

 



Please let me know whether it works.

Kind regards,
Diego

Search for text across all files in your Shopify theme
◦ Proudly top #5 Shopify Expert of all time - Book a call with me here.
Hardik29418
Shopify Partner
2913 418 1083

Please place this code at the end of theme.scss

.product-single__description h2 {
    margin-top: 10px !important;
    margin-bottom: 15px !important;
}

 

- Need a Shopify developer? Chat on WhatsApp or EMAIL ME!


- Your Coffee Tip would do Magic code ❤️
- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Email