Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #333725

    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

    #334047

    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

    #334218

    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

    #334896

    Hi!

    Please add following code to Quick CSS

    div#av-layout-grid-1, div#av-layout-grid-2 {
    border-right: 1px solid white;
    }

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.