Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Hi,
I was wondering if someone could help with adding padding to the top of a Rich Text block and any new Rich Text blocks we create in the future for our homepage. We use the Shopify minimal Theme. I have added an image for the Block below.
Any help with this would be amazing. The url is - https://residencestore.eu/
Solved! Go to the solution
This is an accepted solution.
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file timber.scss.css
.grid__item.page-content__item.post-large--two-thirds.push--post-large--one-sixth {
padding-top: 30px;
}
Step 3: Paste the below code at bottom of the file -> Save
share the URL?
This is an accepted solution.
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file timber.scss.css
.grid__item.page-content__item.post-large--two-thirds.push--post-large--one-sixth {
padding-top: 30px;
}
Step 3: Paste the below code at bottom of the file -> Save
That worked perfectly. Thank you
Please share your site URL,
I will check out the issue and provide you a solution here.
div#shopify-section-a5095068-0327-46af-bc5d-1fe647616523 {
margin-top: 20px;
}
Add this css at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid
Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025