Hi, Anyone know how to reduce the spacing of product collection on debute theme, it is too much spacing after i added a view all buttom, not user friendly at all, please someone help me this, thank you so much.
1 Like
Please share your store URL.
1 Like
hello @ivanfong
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.index-section .hr--invisible{
margin: 10px 0;
}
2 Likes
Please add the following code at the bottom of your assets/theme.css file.
#shopify-section-1629031068ff7385eb hr.hr--invisible{
margin: 20px 0 !important;
}
Hope this works.
Thanks!
Great, this one work, prefect!
thank you so much!
