Hello, I need help removing the white space between sections on the debut theme.
None of the codes I’ve seen already posted worked.
Hello, I need help removing the white space between sections on the debut theme.
None of the codes I’ve seen already posted worked.
Please add the following code at the bottom of your assets/theme.css file.
@media only screen and (min-width: 750px){
.index-section {
padding-top: 20px;
padding-bottom: 20px;
}
}
Hope this works.
Thanks!
Please add this for mobile.
@media only screen and (max-width: 749px){
.index-section {
padding-top: 10px;
padding-bottom: 10px;
}
}
sorry for that issue can you please try this
.index-section {
padding-top: 5px;
padding-bottom: 5px;
}
Please follow the steps:
It worked thank you!
it’s my pleasure to help us