I want to make page full width, without spaces in left and right corners.
Solved! Go to the solution
This is an accepted solution.
Hi, @jimTim ,
This is Evita from On The Map.
1. Go to Online Store->Theme->Edit code
2. Asset->theme.scss->paste bellow code in bottom of file
.page-width { padding-left: 0!important; padding-right: 0!important; max-width: 100%!important; }
Best, Evita
Hi Evita - thanks for that tip - I've used it to update our pages
One question (for debut theme) is it has also stretched the footer - any suggestions how to adjust the footer?
Thanks!
So this is the same as the accepted answer just add a 2 after it: .page-width2
.page-width2 { padding-left: 0!important; padding-right: 0!important; max-width: 100%!important; }
and then go to the custom one you created so if its called Custom go to: page.Custom.liquid
<div class="page-width2">
So also just put a 2 after it.
User | Count |
---|---|
819 | |
131 | |
86 | |
73 | |
70 |