How can I widen the size of a rich text block?

Hi!

We are using this code to justify the richt text block:

.rich-text__blocks {text-align: justify;font-size: 12px;}
@media screen and (min-width: 990px) {.rich-text__blocks {font-size: 19px;}}

Is there a way of widening the rich text block? Perhaps with left right padding or box size?

It would be simply amazing, if anyone could help. Thanks in advance!

shop url: monomshop.co (pw sheupu)

Cheers,

team monomshop

Hey @monomgroup ,

The .rich-text__blocks class has another CSS rule of max-width: 78rem on screens 990px and wider. Open your stylesheet in your code editor, search for “.rich-text__blocks” or even “78rem” until you find this rule. Edit and save.

Let me know if you need any more help.

2 Likes

@Spinturnix That helped!! THANKS