• Resolved angelhybride

    (@angelhybride)


    Thank you very much for your plugin that we use for our flying club.
    Members can register and put their names and comments.
    But the formatting is not clear because there is no separation between lines and paragraphs, everything is “packed” which makes things difficult to read…
    Could you make an option to create a separation between each entry? (see photo)
    Thank you very much!

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author roundupwp

    (@roundupwp)

    Sure thing angelhybride!

    Try this CSS:

    .rtec-event-meta .rtec-list-column-2.rtec-attendee-list {
    padding-right: 40px;
    }
    .rtec-event-meta .rtec-attendee {
    border-bottom: 1px solid #ccc;
    line-height: 1.4;
    margin-bottom: 10px;
    }



    You can add it to the “Custom CSS” area found on the “Form” tab.

    That should help!

    – Craig

    Thread Starter angelhybride

    (@angelhybride)

    It works, thank you very much! And do you know how to also make a vertical separation (between the 2 columns)?

    Plugin Author roundupwp

    (@roundupwp)

    Sure we can do that!

    Try removing this part of the code:

    .rtec-event-meta .rtec-list-column-2.rtec-attendee-list {
    padding-right: 40px;
    }



    And add this instead:

    .rtec-event-meta .rtec-list-column-2.rtec-attendee-list {
    padding-right: 20px;
    }
    .rtec-event-meta .rtec-list-column-2.rtec-attendee-list:nth-child(3) {
    padding-left: 20px;
    border-left: 1px solid #ccc;
    }

    @media (max-width: 500px) {
    .rtec-event-meta .rtec-list-column-2.rtec-attendee-list {
    padding-right: 0;
    width: 100%;
    }
    .rtec-event-meta .rtec-list-column-2.rtec-attendee-list:nth-child(3) {
    padding-left: 0;
    border-left: none;
    }
    }
    Thread Starter angelhybride

    (@angelhybride)

    This is perfect! Thank you very much! 🙂

    Plugin Author roundupwp

    (@roundupwp)

    No problem! Happy to help 🙂

    No obligation but we do always appreciate reviews if you felt like leaving one:

    https://ww.wp.xz.cn/support/plugin/registrations-for-the-events-calendar/reviews/

    Either way I’d be happy to help with anything else.

    Thread Starter angelhybride

    (@angelhybride)

    with pleasure, it’s done 😉

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘make a separation line for comments?’ is closed to new replies.