Good Day, sorry if this question was asked before.
I would like to increase the number of slots i can add in a single row for the collection list section. At the moment it can ony fit 3 per row, if i add a 4th it will create another line (Example below)
I would like to be able to add 4 in a single row, i tried a bunch of things with the code but none worked, i am not really good with liquid. Would really apreciate some help with this guys!
You’ll need to write some CSS to do this. If you open the code editor for your theme and open the correct liquid section/snippet, you can paste this directly in and it should work.
The best solution though would be to ask a developer to build custom functionality into the theme that allows you to set how many blocks per row.