A space to discuss online store customization, theme development, and Liquid templating.
Hello,
I am trying to make the default pages (or create a new page template) that is wider than the default setting. I'm using the theme Context and our website is hitchcockpaper.com. On pages like this one (https://www.hitchcockpaper.com/pages/wholesale - screenshot also attached) it's hard to fit everything we need into a skinny little column.
Thank you!
Sarah
Can you tell me what layout/design you want instead of the current layout?
If helpful then please Like and Accept Solution. Want to modify or custom changes on store Hire me. Feel free to contact me on mail | Shopify Design Changes | Custom Modifications In to Shopify Theme
We want the layout to be wider, closer to the size of standard product pages.
Remove this CSS property "max-width: var(--max-width-centered-copy);" from below class in assets/theme.css
.centered-content {
max-width: var(--max-width-centered-copy);
}