Title: Responsive blocks
Last modified: August 30, 2016

---

# Responsive blocks

 *  Resolved [psysss](https://wordpress.org/support/users/psysid/)
 * (@psysid)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/responsive-blocks/)
 * Hello,
 * The text is overflowing when using mobile.
    See attached image: [http://imgur.com/CMep8aq](http://imgur.com/CMep8aq)
 * pl. suggest CSS fix
    thanks For [https://sleep-tech.com/faq/](https://sleep-tech.com/faq/)
 * [https://wordpress.org/plugins/wp-knowledgebase/](https://wordpress.org/plugins/wp-knowledgebase/)

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [Maeve Lander](https://wordpress.org/support/users/enigmaweb/)
 * (@enigmaweb)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/responsive-blocks/#post-6879342)
 * Instead of this (current css):
 *     ```
       .kbe_content_full {
           width: 980px !important;
       }
       ```
   
 * You want to use a flexible width like this:
 *     ```
       .kbe_content_full {
           width: 100% !important;
       }
       ```
   
 * Make sure to read the FAQs regarding customisation of template files for this
   plugin. You’ll need to edit the css in the /wp_knowledgebase folder of your theme
   in order for it to take effect.

Viewing 1 replies (of 1 total)

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

 * 1 reply
 * 2 participants
 * Last reply from: [Maeve Lander](https://wordpress.org/support/users/enigmaweb/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/responsive-blocks/#post-6879342)
 * Status: resolved