How can I correctly remove margin for Rich Text in Dawn 8.0?

Hello,

We are trying to remove the margin for Rich Text sections, but can’t seem to do it right. In the customize section the margin is set to 0. Could someone please assist us? Please see the image below:

By using the “Inspect” we removed this spacing, however, it’s not working if we add this line to the base.css: .rich-text__blocks>+ { margin: 0 !important; }

Unfortunately, we can’t provide a link since this theme isn’t published yet. Could someone please assist us?

Kind Regards,

Hi @swishlatvija

This is Victor from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.liquid

Step 3: paste bellow code in tag → save.

rich-text__blocks>*+* { margin: 0 !important; }

Hope that my solution works for you.

Best regards,

Victor | PageFly

1 Like

Hi @swishlatvija ,

Glad to support you today.

You can check out my suggestion below to get your concern resolved.

  1. Go to Edit code on Online Store:

  1. add my code above the tag on Theme.liquid:

Eg:

Hope you find my answer helpful!

Kind & Best regards,
GemPages Support Team.

1 Like