Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
How do I reduce the space between the heading and text of Rich Text section in Dawn theme?
Solved! Go to the solution
This is an accepted solution.
Hello @StanleyTse,
.rich-text__blocks > * + * {
margin-top: 0px !important;
}
Please share your store url.
Hello @StanleyTse,
.rich-text__text.rte.scroll-trigger.animate--slide-in.scroll-trigger--design-mode {
padding-top: 20px;
}
Thanks!
I added the codes in base.css but the space has no change....
Please share your website url?
It's in desiging stage and yet to live .....
Share your website url, then i check the problem
I checked the section-rich-text.css and maybe good to check the code at Line 54?
Paste this code in rich-text.liquid
the code above even increase the top padding of the text, not reducing the space between the heading and the text....sorry
Paste this code
margin-top: -5px;
This is an accepted solution.
Hello @StanleyTse,
.rich-text__blocks > * + * {
margin-top: 0px !important;
}