https://breathblastermy.myshopify.com/
Hi ![]()
Already try many script from other discussion. None work yet. How do i reduce spacing between this texts and button.
The section is rich text section.
password: newtse
https://breathblastermy.myshopify.com/
Hi ![]()
Already try many script from other discussion. None work yet. How do i reduce spacing between this texts and button.
The section is rich text section.
password: newtse
Hi there
Just put this css in your css file.
.rich-text__blocks .rich-text__text {margin-top: 0;}
.rich-text__blocks a.button.button–primary {margin-top: 0;}
Output:
section#shopify-section-template--14680054300706__rich_text .rich-text__blocks>*+* {
margin-top: 0px !important;
}
Add tis code in the bottom of the section-rich-text.css file,
It does work thank you very much!
@BreathBlaster
Your Welcome,
Let me know if you need any more help.
Thank you.