Can anyone share tips on widening the rich text section?

How to increase the width of rich text section?

Hi @Bhanupratap

Can you please provide store URL

@Bhanupratap

add below css into your css file

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

Hi @Ujjaval
In which css file, because there is lot of css file!

Thanks
Bhanu

@Bhanupratap add in any css file if you have base.css then add it in .

@Ujjaval

There is still a blank space!
https://prnt.sc/ez0YCHJgm92h

@Bhanupratap share your store url so i can helped u out with the troubleshooting .

@Ujjaval
I actually increase the max width and now is everything is looking "good. Can you please check and tell me If I’m do anything wrong in this section “section-rich-text.css” Please check this screenshot. This change the max width to 78rem to 150rem!
https://prnt.sc/5xS3qMRYRabc

Thanks

Bhanu

@Bhanupratap if it look well in front-end desktop device then go with it .

Okay, Thank you @Ujjaval !