Tagged: grid row
hi there,
thanks to grid row I finally could come up with a great design to present our music lessons,
http://www.musikzentrale.net/unterricht/
Only thing that is strange is the behavior of borders. I have set to show borders on top, bottom and between all cells, but the two cells on the very left do not show any. Any idea how to fix this?
Cheers, Sebastian
Hi Sebastian!
Please go to Enfold/css folder and open shortcodes.css file and find
.av-border-cells .flex_cell:first-child{border:none;}
and comment it out as following
/* .av-border-cells .flex_cell:first-child{border:none;} */
it should be on 4083rd line
Best regards,
Yigit
Great, that almost did the trick. Thank you, Yigit. But now there is a left border on the first cell, but none on the very right ones. To match both cells, it would be great to have either one or the other congruent.
Cheers, Sebastian