Shopify themes, liquid, logos, and UX
Hi, how can I adjust padding in rich text block to less than 100%? I had a play in section-rich-text.css but didn't have any effect. I'd kind of like it to be the same width as the contact form fields so everything is in unison.
https://boops.co.uk/pages/about-us
Thanks, Kristian
Hi @Boops
Try this one.
@media only screen and (min-width: 749px){
.section-template--23569028809047__rich_text_7PQCf8-padding .rich-text__wrapper {
padding: 0 9rem;
}
}
I only add this one on the desktop screen.
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
<style>
@media only screen and (min-width: 749px){
.section-template--23569028809047__rich_text_7PQCf8-padding .rich-text__wrapper {
padding: 0 9rem;
}
}
</style>
result:
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025