Can I widen the margins of my rich text box to fill the screen?

Hi There,

Is it possible to make my margins of my rich text box wider to fill the width of the screen?

Thank you!

Hello @PG5555
Can you share store URL?

https://www.palmogoods.com/

Thank you!

Hello @PG5555

You can add code by following these steps

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

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

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

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

1 Like

Thank you for your answer. Really helpful. Is there a way to always make the rich text match the width of a collection grid vs following the width of the screen?

You can add code by following these steps

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

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

.rich-text__text.rte { padding: 0 44px; }

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.