• Hello,

    what CSS do I need to use to reduce / remove white padding around the event details in the calendar? I sort of found it playing around with “inspect” option but can’t seem to get it right in the custom CSS field

    Thank you very much in advance!

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • hannah

    (@hannahritner)

    Hey,
    This css should remove a lot of it for you:

    .simcal-default-calendar-list ul.simcal-events {
        margin: 0;
        padding: 0;
    }
    #kt-info-box_685a55-4f .kt-blocks-info-box-media {
        padding: 0;
    }

    Hope that helps!

    Hannah

    Thread Starter kk_admin

    (@kk_admin)

    It did remove a lot, thank you!

    hannah

    (@hannahritner)

    Happy to help!

    Hannah

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘kt-container padding in plugin’ is closed to new replies.