You can add code by following these steps
-
Go to Online Store → Theme → Edit code.
-
Open your theme.liquid file
-
Paste the below code before on theme.liquid
@media screen and (min-width: 990px) {
#collection-template--21929981247826__e2f480cd-0765-418f-a9eb-b6b93b5abf13 .slider {
gap: 12px !important;
}
#collection-template--21929981247826__e2f480cd-0765-418f-a9eb-b6b93b5abf13 .grid--5-col-desktop .grid__item {
width: calc(19% - var(--grid-desktop-horizontal-spacing)* 4 / 5) !important;
max-width: calc(20% - var(--grid-desktop-horizontal-spacing)* 4 / 5) !important;
}
}
my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.