Title: CSS important declarations
Last modified: August 20, 2016

---

# CSS important declarations

 *  Resolved [Paul de Wouters](https://wordpress.org/support/users/pauldewouters/)
 * (@pauldewouters)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/css-important-declarations/)
 * I am trying to create a custom skin, but the plugin is inserting some CSS with!
   important. how can I disable that?
 *     ```
       <style type="text/css">
         div#about-jcarousel_container .jcarousel-skin-krf .jcarousel-container-horizontal { width: 600px !important; }
         div#about-jcarousel_container .jcarousel-skin-krf .jcarousel-clip-horizontal { width: 600px !important; height: 150px !important; }
         div#about-jcarousel_container .jcarousel-skin-krf .jcarousel-next-horizontal { top: 83px !important; }
         div#about-jcarousel_container .jcarousel-skin-krf .jcarousel-prev-horizontal { top: 83px !important; }
         div#about-jcarousel_container .jcarousel-skin-krf .jcarousel-item { width: 150px; height: 150px; }
   
       </style>
       ```
   

Viewing 1 replies (of 1 total)

 *  Thread Starter [Paul de Wouters](https://wordpress.org/support/users/pauldewouters/)
 * (@pauldewouters)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/css-important-declarations/#post-2195713)
 * ok, I understand now. I used the gap parameter to add margin between the items

Viewing 1 replies (of 1 total)

The topic ‘CSS important declarations’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/jj-nextgen-jquery-carousel.svg)
 * [JJ NextGen JQuery Carousel](https://wordpress.org/plugins/jj-nextgen-jquery-carousel/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/jj-nextgen-jquery-carousel/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/jj-nextgen-jquery-carousel/)
 * [Active Topics](https://wordpress.org/support/plugin/jj-nextgen-jquery-carousel/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/jj-nextgen-jquery-carousel/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/jj-nextgen-jquery-carousel/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [Paul de Wouters](https://wordpress.org/support/users/pauldewouters/)
 * Last activity: [14 years, 10 months ago](https://wordpress.org/support/topic/css-important-declarations/#post-2195713)
 * Status: resolved