changing size of rich text block

Solved
monomgroup
Explorer
99 0 34

 

 

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?

monomgroup_1-1662652980477.png

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

shop url: monomshop.co (pw sheupu)

 

Cheers,

team monomshop

 

Accepted Solution (1)
Spinturnix
Shopify Expert
72 18 16

This is an accepted solution.

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.

View solution in original post

Replies 2 (2)
Spinturnix
Shopify Expert
72 18 16

This is an accepted solution.

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.

monomgroup
Explorer
99 0 34

@Spinturnix   That helped!! THANKS