Title: kt-container padding in plugin
Last modified: June 19, 2020

---

# kt-container padding in plugin

 *  [kk_admin](https://wordpress.org/support/users/kk_admin/)
 * (@kk_admin)
 * [6 years ago](https://wordpress.org/support/topic/kt-container-padding-in-plugin/)
 * 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](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fkt-container-padding-in-plugin%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [hannah](https://wordpress.org/support/users/hannahritner/)
 * (@hannahritner)
 * [6 years ago](https://wordpress.org/support/topic/kt-container-padding-in-plugin/#post-13009896)
 * 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](https://wordpress.org/support/users/kk_admin/)
 * (@kk_admin)
 * [6 years ago](https://wordpress.org/support/topic/kt-container-padding-in-plugin/#post-13017718)
 * It did remove a lot, thank you!
 *  [hannah](https://wordpress.org/support/users/hannahritner/)
 * (@hannahritner)
 * [6 years ago](https://wordpress.org/support/topic/kt-container-padding-in-plugin/#post-13021213)
 * 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.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/ascend/1.4.20/screenshot.png)
 * Ascend
 * [Support Threads](https://wordpress.org/support/theme/ascend/)
 * [Active Topics](https://wordpress.org/support/theme/ascend/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/ascend/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/ascend/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [hannah](https://wordpress.org/support/users/hannahritner/)
 * Last activity: [6 years ago](https://wordpress.org/support/topic/kt-container-padding-in-plugin/#post-13021213)
 * Status: not resolved