I just made my header 100% width by place in the base.css the following code: .header{width: 100%;max-width: 100%;}
I would also like to make all the webpage content (including product page, collection page, footer, absolutely everything) max width aswell? what code would I use for this?
After placing the code in this previous page, I though that all the pages and all content would stop after at the same spot where the content in the header stop. On the product page, the content stops where the header content stops as you can see in the pictures provided. But on my about and contact page, the content seems to be stretched to the edge of the screen. How can I fix this?