Hey
Can someone help me reduce the white space between the arrows? THANKS!
password: Odense123
Hey
Can someone help me reduce the white space between the arrows? THANKS!
password: Odense123
Hi @pf2022
Go to your Admin store > Online store > Themes > Click Actions > Edit code
Open the theme.scss file under your Asset folder.
Adjust the “10px” according to your liking.
#shopify-section-featured-collections.index-sections.shopify-section {
margin-top: 10px
}
Nothing is seem to be happening ![]()
My bad. Just delete the previous code and replace it with the code below.
#shopify-section-featured-collections {
margin-top: 10px
}