Title: Breaks Theme
Last modified: August 21, 2016

---

# Breaks Theme

 *  Resolved [neocast](https://wordpress.org/support/users/neocast/)
 * (@neocast)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/breaks-theme-4/)
 * Using commercial, responsive theme (i.e., Nexus) that is no longer supported 
   by provider. The Content Views plugin breaks it. This is not something you can
   fix, of course, but perhaps there is a known work around?
 * I’m not a developer, so I’m of limited use inside code.
 * Great plugin. Outside of the theme getting mucked, it generated exactly the results
   I wanted.
 * [https://wordpress.org/plugins/content-views-query-and-display-post-page/](https://wordpress.org/plugins/content-views-query-and-display-post-page/)

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

 *  Plugin Author [Content Views](https://wordpress.org/support/users/pt-guy/)
 * (@pt-guy)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/breaks-theme-4/#post-5025618)
 * Hi neocast,
    Can you please send me link to your website, and tell me what is
   the problem exactly (e.g. style of page is broken…)? So I can figure out what
   make the problem and help you to fix it.
 * Thanks
 *  Thread Starter [neocast](https://wordpress.org/support/users/neocast/)
 * (@neocast)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/breaks-theme-4/#post-5025671)
 * Thanks for quick response. When active, the plugin appears to ONLY impact a header-
   bg and textwidget class in the footer. I was able to fix the former. In short,
   it is a background image with absolute positioning set to “left top” in the theme
   options. However, the plugin shifted the header-bg to the right 382px. All I 
   did was add the ‘left:0’ property to a section of custom css for that class. 
   So, that is fixed, but maybe something to look into on your side…. since it created
   a conflict.
 * Regarding textwidget, the theme I’m using has footer areas programmed to accept
   text widgets. With the plugin inactive, the site effectively has three boxes 
   of text that go left to right, with the text word-wrapping and contained in a
   finite space. When I activate the plugin, however, the word wrap disappears and
   text overlaps on a single line. The starting position of each sentence in a widget
   stays the same, however.
 * Since I fixed the header issue, I’m leaving the plugin active for now… but will
   have to deactivate it if I can’t fix the footer widget issue. Thanks.
 * [http://www.realdigitalmedia.com](http://www.realdigitalmedia.com)
 *  Plugin Author [Content Views](https://wordpress.org/support/users/pt-guy/)
 * (@pt-guy)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/breaks-theme-4/#post-5025681)
 * Hi,
    I’ve checked and figured out the problem. In footer widgets, all of them
   has a wrapper class “container”, that is a well-known class of Bootstrap with
   this style: `width: 1170px;` So if you can remove that class, or change to other
   class, the problem will be fixed easily. Here is result when I edit with firebug
   [https://www.diigo.com/item/image/4to5z/cpdn](https://www.diigo.com/item/image/4to5z/cpdn)
 *  Thread Starter [neocast](https://wordpress.org/support/users/neocast/)
 * (@neocast)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/breaks-theme-4/#post-5025689)
 * I see what you did. In Chrome inspection, I just unchecked:
 * .container {
    /* width: 1170px; */ }
 * .container {
    /* width: 970px; */ }
 * .container {
    /* width: 750px; */ }
 * … to get the result. Unfortunately, any override of that container class (e.g.,
   width: 0px), completely breaks the site. I don’t want to edit bootstrap direct.
   Not sure how to change to another class. As mentioned, my skills are rudimentary.
 *  Plugin Author [Content Views](https://wordpress.org/support/users/pt-guy/)
 * (@pt-guy)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/breaks-theme-4/#post-5025690)
 * Hi,
    I didn’t say you have to change Bootstrap directly :), and we should never
   do it.
 * In style.css file of your theme, just add these lines:
 *     ```
       footer .widget .container {
       	width: auto;
       }
       ```
   
 * It will fix the problem
 *  Thread Starter [neocast](https://wordpress.org/support/users/neocast/)
 * (@neocast)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/breaks-theme-4/#post-5025692)
 * Many thanks!
 *  Plugin Author [Content Views](https://wordpress.org/support/users/pt-guy/)
 * (@pt-guy)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/breaks-theme-4/#post-5025694)
 * Ok, please check all pages to make sure Bootstrap style doesn’t break your page
   layout.
    If it works well, I will appreciate your help to give me a review.
 * Thanks
 *  Thread Starter [neocast](https://wordpress.org/support/users/neocast/)
 * (@neocast)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/breaks-theme-4/#post-5025705)
 * Happy to give you a review. Just trying to see if I can achieve what I want with
   this plugin. It’s very close.
 * Another thing I noticed is that the blog ‘Archives’ disappear when the plugin
   is activated… which is odd because all the other sidebar widgets remain.
 * [http://www.realdigitalmedia.com/digital-signage-blog/](http://www.realdigitalmedia.com/digital-signage-blog/)
 *  Plugin Author [Content Views](https://wordpress.org/support/users/pt-guy/)
 * (@pt-guy)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/breaks-theme-4/#post-5025730)
 * Hi,
    I’ve tested in some of my websites. The “Archives” widget still appears.
   So can you please send your WordPress admin account to [support@contentviewspro.com](https://wordpress.org/support/topic/breaks-theme-4/support@contentviewspro.com?output_format=md).
   I will check and fix this problem on your website.
 * Thanks
 *  [PhuongWhite](https://wordpress.org/support/users/phuongwhite/)
 * (@phuongwhite)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/breaks-theme-4/#post-5025859)
 * Hello!
 * I’m having the same problem however mine is in the feature slider of my main 
   page. Plugin is pushing everything down so my “READ MORE” button has been moved
   out of view for my second slide. [http://www.phuongwhite.com](http://www.phuongwhite.com)
   
   Thanks for your help!
 *  Plugin Author [Content Views](https://wordpress.org/support/users/pt-guy/)
 * (@pt-guy)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/breaks-theme-4/#post-5025860)
 * Hi PhuongWhite,
    I don’t see Content Views style & script in your home page. 
   So I don’t know what is your problem.
 * Please activate it so I can see what happens.
 * Thanks

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

The topic ‘Breaks Theme’ is closed to new replies.

 * ![](https://ps.w.org/content-views-query-and-display-post-page/assets/icon.svg?
   rev=2932226)
 * [Content Views - Post Grid & Filter, Recent Posts, Category Posts ... (Shortcode, Gutenberg Blocks, and Widgets for Elementor)](https://wordpress.org/plugins/content-views-query-and-display-post-page/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/content-views-query-and-display-post-page/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/content-views-query-and-display-post-page/)
 * [Active Topics](https://wordpress.org/support/plugin/content-views-query-and-display-post-page/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/content-views-query-and-display-post-page/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/content-views-query-and-display-post-page/reviews/)

 * 11 replies
 * 3 participants
 * Last reply from: [Content Views](https://wordpress.org/support/users/pt-guy/)
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/breaks-theme-4/#post-5025860)
 * Status: resolved