How do I change the width of the text ?
1 Like
Hello There,
Please share your store URL and password.
So that I will check and let you know the exact solution here.
Hello There,
- In your Shopify Admin go to online store > themes > actions > edit code
- Find Asset > theme.scss.css and paste this at the bottom of the file:
main.wrapper.main-content {
max-width: 1350px!important;
}
footer.site-footer.small--text-center .wrapper {
max-width: 1350px!important;
}
Hi @LynnieHHHY
I hope you are doing good and welcome to the Shopify Community!
I am San from MS Web Designer.
Please add this css in your bottom of the theme.scss.css file:
@media screen and (min-width: 481px){
.template-index #shopify-section-79659e1a-85be-4450-ac33-03839e5adb47 {flex: 1 1 70% !important;}
}
Regards,
San
Hi @LynnieHHHY
Can you kindly share your store link (with the password, if any) with us? We will check it and suggest you a solution if possible.


