How do i increase the text width on pages
@ZestardTech Do you think you can help me here ?
Hi Mehak,
Please go to Online theme → edit code.
Find main-article.liquid under Section.
Search for “page-width–narrow”.
Remove this class and save the file.
This should do the trick.
Please mark this as accepted solution if this resolves your issue.
Thanks.
Hello There,
- In your Shopify Admin go to online store > themes > actions > edit code
- Find Asset >base.css and paste this at the bottom of the file:
@media screen and (min-width: 990px){
.page-width--narrow {
max-width: 100%;
padding: 0 50px;
}
}
Worked perfectly. Thanks
