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,
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
Could you please share the page URL and section for which you want to reduce the width?
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