remove white gaps between collection list

remove white gaps between collection list

ads18922
Pathfinder
152 0 46

hello, i would like to remove the white gaps between my collection list:

Screenshot 2025-02-24 at 18.01.31.png

this is my website, i would like it to look something like this:

IMG_9348.jpg

where there are no gaps

my website is www.antico-abito.com , theme is dawn

Reply 1 (1)

CodingFifty
Shopify Partner
903 136 164

Hi @ads18922,

 

Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.

ul#Slider-template--24420688331075__collection_list_TzQzwQ {
    gap: 0px !important;
}

ul#Slider-template--24420688331075__collection_list_TzQzwQ .card__content {
    display: none !important;
}

 

Coding Fifty || Shopify Partner
For any custom section queries, please visit: Fiverr Profile
Found my response useful? Like it and mark as Accepted Solution!
For additional discussions, reach out via: Email ID: codingfifty@gmail.com