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,
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:
@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.
Hi @AvadaCommerce ,
Thank you, it works!
How I do it with the multicolumn section? I want to do it with the text block.
Thanks