hello, i would like to remove the white gaps between my collection list:
this is my website, i would like it to look something like this:
where there are no gaps
my website is www.antico-abito.com , theme is dawn
hello, i would like to remove the white gaps between my collection list:
this is my website, i would like it to look something like this:
where there are no gaps
my website is www.antico-abito.com , theme is dawn
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;
}