Shopify themes, liquid, logos, and UX
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;
}
Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025