How can I extend body text width to 70% in Taste?

Hi! I would like to expand the text of my Pages to be about 70% of page width, NOT a FULL WIDTH.

Found a similar question here - but it still it only for a FULL WIDTH of page (narrow > wide)

https://community.shopify.com/c/shopify-design/dawn-theme-page-width/m-p/1406419#M370042

Please could you advise how I can do this?

Hi @vneznamova ,

Kindly share your store url.

https://carrara.studio
Thank you in advance

Add this CSS code Online Store > Themes > Edit code > Assets > custom.css or theme.css

@media screen and (min-width: 990px) {
  .page-width--narrow { max-width:90rem; }
}
1 Like

Hi! Unfortunately, I do not have custom.css or theme.css in Assets for Taste theme. Can you double check if this is correct solution?

I have added this code to base.css and everything works! Thank you!