Hi,
I’d like to reduce the top and bottom padding of the Rich Text section. Can you please help provide a custom CSS code? My site is www.embroidtale.com
Thanks.
A user seeks help reducing the top and bottom padding of a Rich Text section on their Shopify store.
Solution Provided:
Outcome:
The solution was successfully implemented and confirmed working by the original poster.
Hi,
I’d like to reduce the top and bottom padding of the Rich Text section. Can you please help provide a custom CSS code? My site is www.embroidtale.com
Thanks.
Check this one.
From you Admin page, go to Online Store > Themes
Select the theme you want to edit
Under the Asset folder, open the main.css(base.css, style.css or theme.css)
Then place the code below at the very bottom of the file.
.color-scheme.color-scheme--scheme-2.color-scheme--bg-54922f2e920ba8346f6dc0fba343d673.section-spacing {
padding-top: 2.5rem;
padding-bottom: 2rem;
}
And Save.
Result:
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Thank you so much it worked!!