How can I reduce the white space between arrows on my website?

Hey

Can someone help me reduce the white space between the arrows? THANKS!

www.portvinsflasken.dk

password: Odense123

Hi @pf2022

  1. Go to your Admin store > Online store > Themes > Click Actions > Edit code

  2. 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 :disappointed_face:

My bad. Just delete the previous code and replace it with the code below.

#shopify-section-featured-collections {
margin-top: 10px
}