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!
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!

