I want to achieve a look with my CMS Grid where there is a 1px line above each row of items, I have applied a top border to the collection items but this does not work for empty cells - see screenshot below. Is there a way to achieve this look and add in this vertical line?
You could also make a 3 column auto row grid. After that you add the items and a couple of divider divs width 1px height being stretched over column 1 - 3
There is probably a better way - but one thought was to add a 1px div line at the top of the collection item, and have its width super wide and changing the outer container to overflow: hidden;