The width of my text on desktop is good, however when I switch over to mobile it is super narrow. I have followed a heap of discussion forums about this but none of the codes seam to work with the sense theme I am using.
Hi!
It can be done manually with coding if you provide the website address.
Terence
Here it is
https://f7b6e0-f9.myshopify.com/
The following code will do what you want. You can change the values as you like. If you encounter any issues again, feel free to write, I’ll help.
Navigate to the ‘Edit Code’ option in your theme settings, then search for “base.css” in the search bar and add below codes.
@media (max-width: 768px){
.rich-text__wrapper.rich-text__wrapper--center.page-width {
padding: 0 !important;
width: 100% !important;
}
}
1 Like
That worked! Thanks so much ![]()
You are welcome ![]()
Let me know if you need any further assistance. Feel free to tag me or send a private message when opening a new topic. If I find time outside of our software and "Shopify Premium Support" service, I can assist.
Terence.
1 Like


