Hi there,
I want to remove / resize the white space between sections on the homepage.
Can somebody help me with it?
Already tried to inspect elements, use the section cosde and added it to theme.scss.liquid. This is what i added, maybe i'm making some mistakes, totally new...
div#shopify-section-1561093167965 {
padding-top: 10px;
padding-bottom: 10px;
}
website = dutchies-cbd.nl
password = 0702
Solved! Go to the solution
This is an accepted solution.
Hello There,
1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.box {
padding-top: 40px!important;
padding-bottom: 40px!important;
}
User | Count |
---|---|
417 | |
205 | |
144 | |
54 | |
42 |