• Hi there,

    I’m looking for some help with calendar styling, focusing on the list view.

    We’re looking to create a list view of the next 12 months events that can be printed in a single page.

    The issue I have with the current view is that the list is too long and I’d like to be able to make the view more compact by removing all the white space and possibly the “see more details” links too.

    Any help appreciated!

    • This topic was modified 7 months, 2 weeks ago by originalbee.

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

Viewing 1 replies (of 1 total)
  • Plugin Support john

    (@johnweru)

    Hi there,

    Thanks for reaching out to us.

    With respect to your question here, please add the following CSS code within the Appearance > Customize > Additional CSS section:

    .simcal-default-calendar-list ul.simcal-events {
    margin: 0px 0px 0;
    padding: 0px;
    }
    .simcal-default-calendar-list .simcal-event-details p a {
    display: none;
    }
    .simcal-default-calendar-list .simcal-event-details p {
    margin: 0 0 0em;
    }

    I hope this helps.

    Kind Regards

Viewing 1 replies (of 1 total)
  • The topic ‘List View’ is closed to new replies.