Dawn Theme: Add Padding To Rich Text Component

Hi! I added a Rich Text component to the Dawn theme.

I would like to pad the text appearing in the screenshot so that it aligns with the second column below it “episode 4”

Any thoughts on what I can do to add padding?

Hi @crafted_nairobi

Can you share the Store URL

https://craftednairobi.myshopify.com/

You can add the below CSS code inside the RichText box option, please check screenshot link for reference https://prnt.sc/VznjflonTF4d

@media only screen and (min-width: 600px) {
  .rich-text__text.rte {
    padding-right: 48px;
  }
}

once you add the code it will look like this https://prnt.sc/y94rOIisGJBt

1 Like