New Zenner
- Join Date:
- Dec 2009
- Location:
- New York, NY
- Posts:
- 45
- Plugin Contributions:
- 0
Column grid layout borders on the inside
I installed the column layout grid into ZC but I can't figure out how to put borders only on the inside of the "tables". This add on creates columns with div's so that's where the complication begin. If it was a table then it's simple but being that it is in div's it is sort of a roadblock for me.
If I put border-left on all the div's then the last column in the row will have a border on the left also and since each div block classes are the same I cannot define left-border: 0px for the last column. Does this make sense?