Hi, my website is www.mrpoppinsandco.com using out of the sand box Turbo
My theme recently had an upgrade and now my pages are full width where they used to be narrow. The narrow page option in the page creator doesn't work any more.
Can anyone give me some css that will allow me to narrow the page blocks? an example of what I'm talking about is the page block at the top of each page : eg: https://www.mrpoppinsandco.com/pages/the-leisure-bag
Thanks
Terri
hi @MrP , can you try add the following css into the end of your theme.css or theme.scss.liquid?
.container{
max-width: 1000px;
}
you can adjust the width as you like
try this
body.page .container{
max-width: 1000px;
}
User | Count |
---|---|
455 | |
180 | |
101 | |
99 | |
98 |