How can I stretch text to full width in Dawn Theme 2.0?

hello I need please help to stretch the text and make it full width in Dawn Theme 2.0.

Please is there anyone who can help me with this.

thank you

Hi @ena11 ,

Please share your store URL and if your store is password protected then please provide password too.

So that we can help you.

Thank you.

@ena11

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

Welcome to shopify community.

Please share your store URL and if your store is password protected then please provide password too.

Thank you.

hello the pass is eliasnoel

hello the pass is eliasnoel

hello the website password is eliasnoel

@ena11

sorry but i can see url

sorry it is https://noeljewellery.com and pass eliasnoel

thank you

iam sorry , here we go https://noeljewellery.com/ and the pass eliasnoel

Hi @ena11 ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/section-rich-text.css->paste below code at the bottom of the file:
.rich-text--full-width .rich-text__blocks {
    width: 1200px !important;
    max-width: 100% !important;
    padding: 0 10px !important;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

thank you

Hello, I had the same issue and tried your code on an earlier version of Dawn theme (I always keep old copies in case I mess sth up when adding code..) and it was fine and worked but when trying it on the latest Dawn version I am using now, the Asset->/section-rich-text.css is no longer there so not sure where I can add the code…Thank you for any tips :slightly_smiling_face:

That section to add the code too came back! So weird…so the code now added and works. Thank you @AvadaCommerce

Very helpful, I’ve been trying to figure it out for months! Thank you!