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:
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024