Trouble adding padding to top of Rich Text block on Minimal Theme

Solved

Trouble adding padding to top of Rich Text block on Minimal Theme

ResidenceJD
Tourist
8 0 1

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/

 

Screenshot 2023-03-02 at 12.16.17.png

Accepted Solution (1)
infoatcodelab7
Shopify Partner
593 141 156

This is an accepted solution.

@ResidenceJD 

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

 

Want to modify or develop new website, Hire us.
If helpful then please Like and Accept Solution .
Email: info@codelab7.com

View solution in original post

Replies 6 (6)

oscprofessional
Shopify Partner
16346 2438 3180

@ResidenceJD ,

share the URL?

Hire us | Pass Core Web Vital | B2B Wholesale Experts | Claim Your Free Website Review |
Connect with Us: WhatsApp | Skype: oscprofessionals-87 | Email: pallavi@oscprofessionals.com |
Custom Shopify SolutionsPrivate Apps, Theme Customization & SEO | Digital Marketing |
OSCP Apps: Discount Suite | Wholesale App | Bundle & Upsell | Shipping Discount | and more...
ResidenceJD
Tourist
8 0 1
infoatcodelab7
Shopify Partner
593 141 156

This is an accepted solution.

@ResidenceJD 

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

 

Want to modify or develop new website, Hire us.
If helpful then please Like and Accept Solution .
Email: info@codelab7.com
ResidenceJD
Tourist
8 0 1

That worked perfectly. Thank you 

infoatcodelab7
Shopify Partner
593 141 156

@ResidenceJD 

Please share your site URL,
I will check out the issue and provide you a solution here.

Want to modify or develop new website, Hire us.
If helpful then please Like and Accept Solution .
Email: info@codelab7.com

oscprofessional
Shopify Partner
16346 2438 3180

@ResidenceJD 

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

Hire us | Pass Core Web Vital | B2B Wholesale Experts | Claim Your Free Website Review |
Connect with Us: WhatsApp | Skype: oscprofessionals-87 | Email: pallavi@oscprofessionals.com |
Custom Shopify SolutionsPrivate Apps, Theme Customization & SEO | Digital Marketing |
OSCP Apps: Discount Suite | Wholesale App | Bundle & Upsell | Shipping Discount | and more...