Dawn - Rich text - Not Limiting Text Alignment On Mobile

Hi,

I’m using the Dawn 2.0 theme.

https://wortheattt.myshopify.com/

I want the text area in the ‘rich text’ section to be wider in the mobile platform than what it is now:

How can I change it?

Thanks

Hi @Ben1000 ,

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:
@media (max-width: 767px) {
.rich-text--full-width .rich-text__blocks {
    width: 100% !important;
    padding: 0 1.5rem !important;
}
}

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

1 Like

Hi @AvadaCommerce ,

Thank you, it works!

Hi @AvadaCommerce

How I do it with the multicolumn section? I want to do it with the text block.

Thanks