Changing space between rows in Custom CSS

Hello, can someone help me with changing the space between Rows? i want to make them without spacing. Maybe it is possible to change it via Custom CSS block? Thank you!

https://www.femmeaffairlondon.com/?_ab=0&_fd=0&_sc=1

Hi @KristijonasC .

Follow These steps,

Go to the online store theme and go to base.css file paste the code mentiond below.

ul#product-grid {
    column-gap: 0px;
}

If I managed to help you then, don’t forget to Like it and Mark it as Solution!