How can I minimize text spacing in a rich text section?

https://breathblastermy.myshopify.com/

Hi :waving_hand:t2:

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

1 Like

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:

1 Like

@BreathBlaster

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!

1 Like

@BreathBlaster
Your Welcome,
Let me know if you need any more help.

Thank you.