I am stuggling with page width on the following pages;
https://gpuconnect.com/blogs/article/installing-a-new-graphics-card-fan-guide
https://gpuconnect.com/pages/reviews
https://gpuconnect.com/policies/shipping-policy
And more… I have managed to fix the 3rd one the shipping policy (and all policy pages) by use of the following Custom CSS on the Theme settings
.shopify-policy__container {
max-width: 70% !important;
}
However it does not apply to the other pages that are not policies. I really want a default width of 70% on all pages of this type, including the blogs and new pages I create.
Any help appreciated in adapting the code so it applies to all of these?
