I have been working on changing the width of the text for our legal documents. I got it to look good on desktop, but it is not working correctly on mobile.
the website it: www.handmadepositivity.com
Solved! Go to the solution
Sorry for facing this issue, it's my pleasure to help us.
Welcome to the Shopify community!
and Thanks for your Good question.
Please share your site issue images,
So I will check and provide a solution here.
This is an accepted solution.
Thanks for clear
1. Go to Online Store->Theme->Edit code
2. Asset->/theme.css ->paste below code at the bottom of the file.
This code applies after 5-6 second
.rte {width: 100%;}
.shopify-policy__container {
width: 768px;
}
@media only screen and (max-width: 749px) {
.shopify-policy__container {
width: 100%;
}
}
User | Count |
---|---|
551 | |
208 | |
125 | |
83 | |
44 |