Hello,
how do I reduce the spacing between the title and text, on Rich Text ?
I want to reduce the spacing between “Our Bestsellers” and the following text, just by a little bit, for it to look much neater and not too far apart. How would I be able to do that ?
This is my current theme (Dawn): https://justincase-de.com/
Kind regards
This is how the rich text looks currently:
And this is what i would like it ti be (https://merch-amsterdam.com/ 
@JustInCase-de
Put below css into base.css file (Online store->themes->Edit code->assets->base.css)
.rich-text__blocks>*+* {
margin-top: 0px !important;
}
Hello @JustInCase-de
It’s GemPages support team and glad to support you today.
I would like to give you a solution to support you.
-
Go to Online Store → Theme → Edit code.
-
Open your theme.liquid theme file.
-
Paste the below code before :
Hope my solution can work and support you!
Kind & Best regards!
GemPages Support Team.