Change Default Page Text Area Width In Flex Theme

Hi,

I’m looking to slim down the text width on my default page template on Flex theme.

I have experimented with the styles.css code editor but could only manage to change the whole page width.

Spartan-Precision-equipment.my shopify.com

Thanks

N

Hi @spartanjavelin

Could you please share the page URL and section for which you want to reduce the width?

Hi @SagarSukhanandi

I was hoping to change it for my default page template for the body text if that’s possible? but an example page would be https://javelinbipod.com/pages/warranty

Hi @spartanjavelin
Add this style at the end of your style.css file

.container.page__container {
    width: 80%;
}

Thanks