Title: New inline css?
Last modified: November 13, 2019

---

# New inline css?

 *  [otso](https://wordpress.org/support/users/otso/)
 * (@otso)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/new-inline-css/)
 * .kt-row-column-wrap added 25px padding after update. And it seems like I can’t
   overwrite it with !important. Why is that? I need it to stay globally 0 padding.
    -  This topic was modified 6 years, 6 months ago by [otso](https://wordpress.org/support/users/otso/).

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

 *  Plugin Contributor [Ben Ritner – Kadence WP](https://wordpress.org/support/users/britner/)
 * (@britner)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/new-inline-css/#post-12127884)
 * Hey,
    There has always been 25px padding-top and bottom as the default but you
   can override this. Can you send a link so I can see what you have outputting?
 * Ben
 *  Thread Starter [otso](https://wordpress.org/support/users/otso/)
 * (@otso)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/new-inline-css/#post-12132943)
 * Looks like I’ve been overwriting it already but overwriting stopped working after
   update. I had to use older version of Kadence Blocks to get the page working 
   again.
    This is the site but I can’t throw new version of the plugin there since
   it’s online [https://oulutoitiimi.fi/si-terapia/](https://oulutoitiimi.fi/si-terapia/)
 *  Plugin Contributor [Ben Ritner – Kadence WP](https://wordpress.org/support/users/britner/)
 * (@britner)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/new-inline-css/#post-12133226)
 * Hey,
    You are adding this css:
 *     ```
       .kt-row-column-wrap {
           display: flex;
           align-items: stretch;
           padding: 0;
       }
       ```
   
 * You just need to update it to this so it’s more specific and takes priority.
 *     ```
       .wp-block-kadence-rowlayout .kt-row-column-wrap {
           display: flex;
           align-items: stretch;
           padding: 0;
       }
       ```
   
 *  Thread Starter [otso](https://wordpress.org/support/users/otso/)
 * (@otso)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/new-inline-css/#post-12134854)
 * Thank you

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

The topic ‘New inline css?’ is closed to new replies.

 * ![](https://ps.w.org/kadence-blocks/assets/icon-256x256.png?rev=3178382)
 * [Kadence Blocks — Page Builder Toolkit for Gutenberg Editor](https://wordpress.org/plugins/kadence-blocks/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/kadence-blocks/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/kadence-blocks/)
 * [Active Topics](https://wordpress.org/support/plugin/kadence-blocks/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/kadence-blocks/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/kadence-blocks/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [otso](https://wordpress.org/support/users/otso/)
 * Last activity: [6 years, 6 months ago](https://wordpress.org/support/topic/new-inline-css/#post-12134854)
 * Status: not resolved