How to widen text box in Dawn theme?

Hi, I would like to widen the rich text boxes on my sites main page.

Is there a code to do this?

Thank you!

therscued.com

Hi @theRSCUED

1: Online store > themes > Actions > Edit code > Assets > section-rich-text.css

2: Change to any value you like

3: For example,I changed ‘max-width’ to 80%

1 Like

Hi this didn’t seem to work

I want to widen the text shown below

Hi @theRSCUED ,

Thank you for reaching out to the Shopify forums!

Let me quickly fix that issue for you.

Please add the below CSS and check on the frontend:

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

It will look like this:

If its works then, please do not forget to accept the solution! :face_savoring_food:

Thanks & Regards,
Prezen Tech

3 Likes

what page do I add this to?

Hi @theRSCUED

Please follow the below steps:

  1. Login to your store

  2. Go to Online Store > themes > Edit code > Assets > find section-rich-text.css

  3. Add the CSS in the last line of the file

  4. Save the file

That’s it!

1 Like

sorry this isn’t working for some reason

Hi @theRSCUED

Should I try for you?

Thank you! This worked for me! I added it in the Custom CSS settings in the Theme Settings.

Also, I found that if you want to center it instead of aligning it left; change it to .center instead of .left

Just tried this and it doesnt work for me, is it the same for origin theme?

Thank you, that works for me :slightly_smiling_face: