Title: Responsive
Last modified: August 30, 2016

---

# Responsive

 *  Resolved [Rhys_daniels](https://wordpress.org/support/users/rhys_daniels/)
 * (@rhys_daniels)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/responsive-255/)
 * Hi guys
 * The knowledge base does not automatically adjust and be responsive. Looking at
   some of the demo links and screenshots advertised for the pluin also suffer the
   same problem.
 * Can someone help get the plugin responsive ?
 * Rhys
 * [https://wordpress.org/plugins/wp-knowledgebase/](https://wordpress.org/plugins/wp-knowledgebase/)

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

 *  Plugin Contributor [Maeve Lander](https://wordpress.org/support/users/enigmaweb/)
 * (@enigmaweb)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/responsive-255/#post-6386889)
 * Please test the demo on actual mobile devices or simulator and you will see it
   is responsive. Of course you would also need your theme to be responsive for 
   that to be useful…
 * If you’re still having issues please post a link to the affected page on your
   site here and I would be happy to take a look and help further.
 * Thanks
 *  Thread Starter [Rhys_daniels](https://wordpress.org/support/users/rhys_daniels/)
 * (@rhys_daniels)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/responsive-255/#post-6386919)
 * Hi Maeve
 * Here is a link to the knowledgebase which is now live:
    [http://prismrentals.co.uk/knowledgebase/](http://prismrentals.co.uk/knowledgebase/).
   The website template is responsive but cant get the knowledgebase to do the same?
 * Here is a good example of a page unresponsive:
    [http://prismrentals.co.uk/knowledgebase/make-a-complaint/](http://prismrentals.co.uk/knowledgebase/make-a-complaint/)
 * Thanks for your assistance and hope you can help!
 * Rhys
 *  Plugin Contributor [Maeve Lander](https://wordpress.org/support/users/enigmaweb/)
 * (@enigmaweb)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/responsive-255/#post-6386927)
 * Checked the element inspector and can see immediately the problem is a fixed 
   width for the container.
 * Adjust your CSS from this:
 *     ```
       .kbe_content_full {
           width: 980px !important;
       }
       ```
   
 * To this:
 *     ```
       .kbe_content_full {
           width: 100%;
       }
       ```
   

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

The topic ‘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/)

 * 3 replies
 * 2 participants
 * Last reply from: [Maeve Lander](https://wordpress.org/support/users/enigmaweb/)
 * Last activity: [10 years, 9 months ago](https://wordpress.org/support/topic/responsive-255/#post-6386927)
 * Status: resolved