Forum Moderators: not2easy
Item 1
Item 2
Item 3
Item 4
Each item is the same CSS class. I would like spacing between the items, but not above the 1st and and not below the last one (in this example it is 4, but could be more).
If I set a margin for the class, it will apply to both the first and last element. If I put a spacer in between it works (I use a PHP code to not put it after the last one).
I realize the spacer method is obsolete, and I had the same thoughts as you "there is no way I need to do that in this day and age".
Any thoughts on how I can do it without using a spacer?