Viewing 3 replies - 1 through 3 (of 3 total)
  • I need to an answer to this as well, please. Anyone?

    I found a way to add a line but a space would be better. Here’s the code you add to your CSS to add a line:

    .ecs-event { /*The li */
    border-bottom: thin solid #ccc;
    }

    Got it. This syntax adds a horizontal line and then a space which I think looks best:

    .ecs-event { /*The li */
    border-bottom: thin solid #ccc;
    margin-bottom:50px;

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Spacing’ is closed to new replies.