How can I fix rich text display issues on mobile with Dawn theme?

Hi everyone,

I use the Dawn Shopify theme but am having a problem with the way the rich text is showing on mobile view. Does anyone know how to adjust this to make it show up correctly?

Thanks in advance!! Any help is appreciated

Hi @Juanviv

My store URL is www.muzecontent.com

I just want the text to look normal/be readable. Right now I don’t know why it’s showing up in one column like this

Changing the text how? It is rich text, thats the only option I have

Hello @taylorv00

Once you Log in to the Admin, then process the following steps:

Step 1: Go to Dashboard ->Online Store ->Theme-> Action->Edit code->

Step 2: Search the file base.css/

Step 3: Paste the below CSS at bottom of the file → Save

.isolate .rich-text__blocks
{
max-width: 95% !important;
}

Output:

If you find our reply helpful, please hit Like and Mark it as a Solution.

An award-winning North American Shopify Development Agency That Delivers Powerful Results, Innovation, and Secure Digital Transformation.

1 Like

Worked!! Thanks so much