A space to discuss online store customization, theme development, and Liquid templating.
We would like to add margins down either side of our entire website. We feel like all the content look too big when it is full screen width.
We do still want full width headers and footers though.
Anyone able to share the code to insert for this site?
Thanks!
Hello There,
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset >theme.min.css and paste this at the bottom of the file:
.flow-homepage,.main-content {
max-width: 1380px;
margin: auto;
padding: 0 15px;
}