Great timing - I was just trying to get rid of that space as you posted this. That worked also, thanks again!
You welcome!
1 Like
Hi Kazi,
Apologies, probably something I should have caught in the first place, but I just noticed that at the bottom of my collections there is some code which appears on the page :
.collection-content { padding-top: 0 !important; }
Any idea what’s triggering this? Can’t find this line anywhere.
@CoryAhnline you might have this code added in any liquid file without
This should be
.collection-content { padding-top: 0 !important; }if its any .css file then without is ok
check theme.liquid file
1 Like
Again Kazi, you are amazing! Thanks so much
