Hi, I would like to widen the rich text boxes on my sites main page.
Is there a code to do this?
Thank you!
Hi, I would like to widen the rich text boxes on my sites main page.
Is there a code to do this?
Thank you!
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%
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!
Thanks & Regards,
Prezen Tech
what page do I add this to?
Hi @theRSCUED
Please follow the below steps:
Login to your store
Go to Online Store > themes > Edit code > Assets > find section-rich-text.css
Add the CSS in the last line of the file
Save the file
That’s it!
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