How can i make my whole page full width? Everything on my site https://flanercouture.store/ is not full width except the first front photo.
Hey @flaner
Follow these Steps:
-
Go to Online Store
-
Edit Code
-
Find theme.liquid file
-
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
You can add this code to Custom CSS in Online Store > Themes > Customize > Theme settings to make your header full width
html header {
max-width: 100% !important;
padding-left: 1rem !important;
padding-right: 1rem !important;;
}
Thank you!
You are most welcome!

