Title: Block code padding-bottom
Last modified: July 13, 2019

---

# Block code padding-bottom

 *  [orsomannaro](https://wordpress.org/support/users/orsomannaro/)
 * (@orsomannaro)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/block-code-padding-bottom/)
 * I’m using Enlighter with Divi theme. Code block has 23px for padding-bottom:
 *     ```
       #left-area ul, .comment-content ul, .entry-content ul, body.et-pb-preview #main-content .container ul {
       	padding: 0 0 23px 1em;
       	line-height: 26px;
       	list-style-type: disc;
       }
       ```
   
 * How can I set padding-bottom:0 ?
 * Thanks!

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

 *  Plugin Author [Andi Dittrich](https://wordpress.org/support/users/andi-dittrich/)
 * (@andi-dittrich)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/block-code-padding-bottom/#post-11727973)
 * Hi [@orsomannaro](https://wordpress.org/support/users/orsomannaro/) ,
 * you have to override the EnlighterJS styles:
 *     ```
       ol.EnlighterJS, ul.EnlighterJS {
           padding: 10px 10px 10px 5px !important;
           list-style: none !important;
       }
       ```
   
 *  Thread Starter [orsomannaro](https://wordpress.org/support/users/orsomannaro/)
 * (@orsomannaro)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/block-code-padding-bottom/#post-11728017)
 * Thanks a lot Andi!

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

The topic ‘Block code padding-bottom’ is closed to new replies.

 * ![](https://ps.w.org/enlighter/assets/icon-256x256.png?rev=1215872)
 * [Enlighter - Customizable Syntax Highlighter](https://wordpress.org/plugins/enlighter/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/enlighter/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/enlighter/)
 * [Active Topics](https://wordpress.org/support/plugin/enlighter/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/enlighter/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/enlighter/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [orsomannaro](https://wordpress.org/support/users/orsomannaro/)
 * Last activity: [6 years, 11 months ago](https://wordpress.org/support/topic/block-code-padding-bottom/#post-11728017)
 * Status: not resolved