Hello! How would I reduce rich text padding for Simple theme. Thank you.
1 Like
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community! ![]()
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
1 Like
Hello @Boberer1
Can you please share your shop url and if any password then please share password
1 Like
Here is the link https://n2148m4lggmd5n77-24468521056.shopifypreview.com
hello @Boberer1
can you please share screenshot which section do you want to reduce rich text padding
Hello it is not letting me attach a screenshot but it is under the amana’s early history and above subscribe to our newsletter. it is about 14 lines worth of blank space!
1 Like
can you please try this code
- Go to Online Store->Theme->Edit code
- Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.rich-text__text--medium p:last-child br {
display: none;
}
1 Like
Thank you so much!
1 Like
its my pleasure to help us