No Spacing Between Titles/Paragraphs

Solved

No Spacing Between Titles/Paragraphs

skatersweb
Tourist
9 0 2

Every page, from product pages to blog posts, no longer has any spacing between titles or paragraphs (image attached). Is there something wrong with the code that I can change to give proper spacing across the entire website? 

 

Thank you!

 

Link: https://skatersedgecanada.com/

 

Example:

 

Screenshot 2024-12-09 160305.png

Accepted Solution (1)

GTLOfficial
Shopify Partner
754 156 163

This is an accepted solution.

Hello @skatersweb 
Go to online store ----> themes ----> actions ----> edit code ---->base.css
add this code at the end of the file and save.

h2 {
padding-bottom: 2rem !important;
}
h3, {
padding-bottom: 1rem !important;
}
p {
padding-bottom: 1rem !important;
}

result
56.png

If this was helpful, hit the like button and accept the solution.
Thanks

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh

View solution in original post

Replies 6 (6)

Made4uo-Ribe
Shopify Partner
9666 2300 2869

Hi @skatersweb 

Yes, it is possible, but it depends on which headers you would like to add. In the code, there is a default header size applied across the entire website.

Made4uoRibe_0-1733779619186.png

If you want to add all spaces in all headers smallest to biggest header size you can use this. 

  1. From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  2. Find the theme that you want to edit and click on "Actions" and then "Edit code".
  3. In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

h1, h2, h3, h4, h5, .h0, .h1, .h2, .h3, .h4, .h5 {
    padding: 2rem 0;
}

 

  • And Save. 
  • Result:
  • Made4uoRibe_1-1733779858155.png

     

 

 

Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better! 

 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
skatersweb
Tourist
9 0 2

This worked thank you very much!

Bundler-Manuel
Trailblazer
569 27 68

Hey there @skatersweb  I did a little research for you and I was able to find these steps that I think you should try

1. Type your text and style it in the HTML editor (https://html-online.com/editor/), then copy the source code
2. go to Shopify text editor  and click on <> (show HTML) button,
3. Paste the source code.
4. Save. 

Let me know if it works for you!

Emmanuel
Please let me know if it works by marking it as a solution!
Bundler - Product Bundles app, a great bundle app for Shopify, with glowing user testimonials and a free plan.

GTLOfficial
Shopify Partner
754 156 163

This is an accepted solution.

Hello @skatersweb 
Go to online store ----> themes ----> actions ----> edit code ---->base.css
add this code at the end of the file and save.

h2 {
padding-bottom: 2rem !important;
}
h3, {
padding-bottom: 1rem !important;
}
p {
padding-bottom: 1rem !important;
}

result
56.png

If this was helpful, hit the like button and accept the solution.
Thanks

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh
skatersweb
Tourist
9 0 2

This worked, thank you to you and everyone who helped!

GTLOfficial
Shopify Partner
754 156 163

Happy to help you...!!!

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh