Shopify themes, liquid, logos, and UX
I want to decrease the amount of padding above the default Heading style (1,2,3,4,5) available to me on pages (see red arrows on accompanying jpeg, and next image shows where I'm getting these styles from on the page). My theme is Atlantic. I've searched but can't find an answer to a seemingly simple thing to do. Can I change the padding on just certain ones, ie Heading style 4,5,6? Thanks!
Hello @kathykate
would you like to share this page URL and password if any please.
so i can check and provide you possible solution for your question.
Hi @kathykate,
To decrease the padding above specific heading styles (H4, H5, H6) in the Atlantic theme, you can do this by customizing your CSS.
Follow these steps:
1. Online Store > Theme > Edit code
2. Locate the theme.css or styles.scss.liquid file (usually under Assets).
3. Add the following css at the bottom of the file to target the padding for specific heading tags:
/* Adjust padding above specific headings */
h4 {
padding-top: 10px; /* Adjust as needed */
}
h5 {
padding-top: 8px; /* Adjust as needed */
}
h6 {
padding-top: 5px; /* Adjust as needed */
}
If I was able to help you, please don't forget to Like and mark it as the Solution!
Best Regard,
Rajat Sharma
Hi, Thank you for trying to help me! I added this code below as a test, to my assets/theme.css.liquid but the padding has remained the same in all instances. (I didn't have theme.css). Am I putting it in the wrong place?
/* Adjust padding above specific headings */ h1 { padding-top: 13px;} h2 { padding-top: 11px;} h3 { padding-top: 9px;} h4 { padding-top: 7px;} h5 { padding-top: 5px;} h6 { padding-top: 3px;}
Hey @kathykate ,
I understand what you’re saying. Could you please send me a message via email so we can discuss this further?
Thanks
Hey there, thanks for reply. I'm quite good at following instruction so if you can let me know on the forum, it would be much appreciated! Thanks
Hello @kathykate
Please share your store URL and password.
So that I will check and let you know the exact solution here.
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025