Title: Not responsive?
Last modified: August 31, 2016

---

# Not responsive?

 *  Resolved [krko](https://wordpress.org/support/users/krko/)
 * (@krko)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/not-responsive-90/)
 * Hi,
 * Nice plugin. However it appears to be not responsive at all.
    Here’s my page:
   [https://lutify.me/support/knowledge-base](https://lutify.me/support/knowledge-base)
 * Thanks for the help.
 * krko
 * [https://wordpress.org/plugins/wp-knowledgebase/](https://wordpress.org/plugins/wp-knowledgebase/)

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

 *  Plugin Contributor [Maeve Lander](https://wordpress.org/support/users/enigmaweb/)
 * (@enigmaweb)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/not-responsive-90/#post-7456193)
 * Looks like there’s a fixed pixel width set. Not sure if this is coming from the
   plugin or the copy of the css in your templates folder (if you’re using custom
   templates) or somewhere else in your theme css. But it needs to change to a flexible%
   like this:
 *     ```
       .kbe_content_full {
           width: 100% !important;
       }
       ```
   
 *  Thread Starter [krko](https://wordpress.org/support/users/krko/)
 * (@krko)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/not-responsive-90/#post-7456217)
 * I don’t know where is it coming from as I haven’t changed anything. Anyway should
   I just add the above css to style.css?
 *  Thread Starter [krko](https://wordpress.org/support/users/krko/)
 * (@krko)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/not-responsive-90/#post-7456253)
 * Just checked in the plugin files…
 * It has:
 * .kbe_content_full{
    width: 980px !important; display: inline-block; float: none;}.
   kbe_content_right{ width: 715px !important; float: right; } .kbe_content_left{
   width: 715px !important; float: left; }
 * You should change it so it’s responsive since it’s one of the key points you 
   emphasise about your plugin.
 * krko
 *  Thread Starter [krko](https://wordpress.org/support/users/krko/)
 * (@krko)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/not-responsive-90/#post-7456255)
 * This is in vanilla plugin downloaded from wordpress.org.
 *  Plugin Contributor [Maeve Lander](https://wordpress.org/support/users/enigmaweb/)
 * (@enigmaweb)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/not-responsive-90/#post-7456290)
 * Yep noted already. Like I said, on your site just change to:
 *     ```
       .kbe_content_full {
           width: 100% !important;
       }
       ```
   
 * And we’ll check this for next release

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

The topic ‘Not responsive?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-knowledgebase_c56559.svg)
 * [WordPress Knowledge base & Documentation Plugin - WP Knowledgebase](https://wordpress.org/plugins/wp-knowledgebase/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-knowledgebase/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-knowledgebase/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-knowledgebase/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-knowledgebase/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-knowledgebase/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [Maeve Lander](https://wordpress.org/support/users/enigmaweb/)
 * Last activity: [9 years, 11 months ago](https://wordpress.org/support/topic/not-responsive-90/#post-7456290)
 * Status: resolved