Hi there! can i ask for your help?
i want to left the same space between every section on my main page.
And i'll show you how i want to left, on my main page there is a correct view of space between sections:
Thanks so much, for everything! (if its needed url preview, just tell me, i will send pm with it)
Solved! Go to the solution
hi, please send preview url
This is an accepted solution.
@JLbyone the css code that defines the space between your homepage sections is the following:
.index-section {
margin-bottom: 50px;
}
You can search for that in your Assets/theme.scss.liquid file and modify the 50px value to a smaller value, like 20px or whatever suits you, or...
You could also just override that value by adding this again at the end of your Assets/theme.scss.liquid:
.index-section {
margin-bottom: 20px;
}
@PeanutButter wrote:@JLbyone the css code that defines the space between your homepage sections is the following:
.index-section {
margin-bottom: 50px;
}
You can search for that in your Assets/theme.scss.liquid file and modify the 50px value to a smaller value, like 20px or whatever suits you, or...
You could also just override that value by adding this again at the end of your Assets/theme.scss.liquid:
.index-section {
margin-bottom: 20px;
}
Thanks a lot! it works fine!
great news!
User | Count |
---|---|
452 | |
190 | |
137 | |
61 | |
36 |