How can I lessen the side padding of rich text in dawn theme?

How to reduce the side padding of the rich text. I don’t want the side padding to be that much. I want it to look a little more spread out. I’m using dawn theme. Thank You! link to my shop: https://6fa09b.myshopify.com

You can add code by following these steps to increase the width of richtext section

  1. Go to Online Store → Theme → Edit code.

  2. Open your base.css theme file

  3. Paste the below code before

.rich-text__blocks {
max-width: 100% !important;
}

Hi @chocolatte1234 ,

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:

I hope you find the answer helpful.

Kind & Best regards,
GemPages Support Team.

thank you!!!

Do you know how to do this on Mobile only?

On which page this section?