Hello,
how can i remove space between sections in the homepage
This is my store link: https://homelutions.myshopify.com/
Hello,
how can i remove space between sections in the homepage
This is my store link: https://homelutions.myshopify.com/
Please add the following code at the bottom of your assets/theme.scss.liquid file.
.index-sections .shopify-section {
margin-top: 30px !important;
}
Hope this works.
Thanks!
hello @skrt
please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
.index-sections .shopify-section {
margin-top: 30px !important;
}
it didnt work
hello @skrt
please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
#shopify-section-16269678673fdeb89a #gd-pre-footer{
margin-top: 0px !important;
}