Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Gemini Labs

    (@geminilabs)

    Try adding some custom CSS like this:

    .glsr .glsr-reviews {
        display: block;
    }
    .glsr .glsr-review:not(:first-child) {
        padding-top: 2rem;
    }
    .glsr .glsr-review:not(:last-child) {
        padding-bottom: 2rem;
    }
    .glsr .glsr-review + .glsr-review {
        border-top: 1px solid #000;
    }
    
    • This reply was modified 2 years, 6 months ago by Gemini Labs.
    Thread Starter kaleol

    (@kaleol)

    Thank you very much

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hello, I would like to leave a line, separating the comments’ is closed to new replies.