Please replace the above code with this
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
.collection-list-wrapper.page-width.isolate.page-width-desktop {
max-width: 100%;
padding: 0 !important;
}
.collection-list-wrapper .card__content {
position: relative;
bottom: 56px !important;
}
.collection-list-wrapper .collection-list {
column-gap: 0;
justify-content: center;
}
.collection-list-wrapper span.icon-wrap {
display: none !important;
}
my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
1 Like