How can I adjust the width of rich text in Taste?

Hi! I would like to adjust RICH TEXT width to Page text width, or just simply make it wider.

Link to store - https://carrara.studio/

Please could you advise how I can do this?

Hi @vneznamova , go to edit code > assets > section-rich-text.css and remove these lines:

.rich-text__blocks {
     max-width: 50rem;
}

.rich-text__blocks {
    max-width: 78rem;
}

Also you should
from your text if you’d like it to be wider, so it doesn’t break after few words.
Result:

1 Like

Done! Thank you so much, Marina!