Hey guys!
Sorry for the double topic but I thought this would be better seperate to avoid confusion! Is it possible to make gap 1 and 2 a huge amount smaller on dekstop views, because the gaps are omega huge and I find that unnecesery. Can someone help me make this loud good again? Thanks! You are all heros on here helping people!
@MDKSocks
Please add the following code at the bottom of your assets/theme.scss .liquid file.
.pagination {margin: 0px auto 0 !important;}
.collection .collection-container { padding: 12px 0 0px 0 !important;}
Thanks!
Hey @dmwwebartisan
This solves the original problem but creates a new problem with the complete collection having no padding at the left anymore. Look at my site right now
Thanks tho!
@MDKSocks
Please remove Previous css class .
Please add the following code at the bottom of your assets/theme.scss .liquid file.
.pagination {margin: 0px auto 0 !important;}
.collection .collection-container {10px 0px 0px 40px !important;}