Hello, I would like to know how to reduce the vertical padding on my home page: In this example, I would like 'how it works' to be closer to both the image above and below
my store is http://myDoll.house.
Many thanks in advance for your help
Solved! Go to the solution
This is an accepted solution.
Please add the following code at the bottom of your assets/theme.scss.liquid file.
div[id^="shopify-section-"] {
padding-top: 20px !important;
padding-bottom: 10px !important;
}
Hope this helps.
Thanks!
User | Count |
---|---|
793 | |
134 | |
93 | |
64 | |
60 |