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:
As 2024 wraps up, the dropshipping landscape is already shifting towards 2025's trends....
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024In today’s interview, we sat down with @BSS-Commerce to discuss practical strategies f...
By JasonH Nov 13, 2024