Featured Collection

Hi, how do I make these products bigger so they touch? There should be no space in-between them and no space out to the side if possible. Look at these pictures:

like in this website: https://www.oscarjacobson.com/sv-se/

Thank you in advance for the help!

Hello @drakenberg

Step 1: Go to Online Store → Theme → Edit code.
Step 2: Search file theme.scss
Step 3: Paste the below code at bottom of the file → Save

#shopify-section-1522671286117 .page-width {
    max-width: 100%;
    padding: 0;
}

#shopify-section-1522671286117 .grid .reveal img {
    width: 100%;
}

#shopify-section-1522671286117 .grid.grid--view-items {
    margin-left: 0;
}

#shopify-section-1522671286117 .grid .grid__item {
    padding: 0;
}

You’re the best thanks! One last question, how can I align the name and the price to the middle?