Title: Plugin forces my theme in boxed layout
Last modified: August 23, 2019

---

# Plugin forces my theme in boxed layout

 *  Resolved [plimfec](https://wordpress.org/support/users/plimfec/)
 * (@plimfec)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/plugin-forces-my-theme-in-boxed-layout/)
 * Hi there,
 * I’m testing your plugin and I’m happy to see what it can do for my website, so
   thank you very much for that.
 * However, I had to correct these lines from your CSS file (thepostgrid.css) in
   my child theme stylesheet, because they messed up my template ([Hueman](https://wordpress.org/themes/hueman/)):
 *     ```
       @media (min-width: 768px) {
           .container {
               width: 750px;
           }
       }
   
       @media (min-width: 992px) {
           .container {
               width: 970px;
           }
       }
   
       @media (min-width: 1200px) {
           .container {
               width: 1170px;
           }
       }
       ```
   
 * -> In Hueman a ‘container’ class is used as well, and it has to be ‘width: auto’(
   when using a full-width layout, that is). So, after installing your plugin, my
   website went into a boxed layout, because of the fixed widths for ‘container’
   in your stylesheet.
 * I suppose it’s a good idea to skip the use of just ‘container’ in your stylesheet
   and change it in something like ‘rt-tpg-container’. That would prevent these 
   kinds of problems to occur.
 * Thank you & grtz,
    Plimfec

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

 *  Plugin Author [RadiusTheme](https://wordpress.org/support/users/techlabpro1/)
 * (@techlabpro1)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/plugin-forces-my-theme-in-boxed-layout/#post-11903698)
 * We already removed this CSS in last version.
 *  Thread Starter [plimfec](https://wordpress.org/support/users/plimfec/)
 * (@plimfec)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/plugin-forces-my-theme-in-boxed-layout/#post-11931402)
 * I see it in your changelog for version 2.3.1 indeed. I’m gonna install it soon.
   Thanks for picking up the issue so quickly.
 * Best regards,
    Plimfec

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

The topic ‘Plugin forces my theme in boxed layout’ is closed to new replies.

 * ![](https://ps.w.org/the-post-grid/assets/icon-256x256.gif?rev=2647621)
 * [The Post Grid – Shortcode, Gutenberg Blocks and Elementor Addon for Post Grid](https://wordpress.org/plugins/the-post-grid/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/the-post-grid/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/the-post-grid/)
 * [Active Topics](https://wordpress.org/support/plugin/the-post-grid/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/the-post-grid/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/the-post-grid/reviews/)

## Tags

 * [boxed layout](https://wordpress.org/support/topic-tag/boxed-layout/)

 * 2 replies
 * 2 participants
 * Last reply from: [plimfec](https://wordpress.org/support/users/plimfec/)
 * Last activity: [6 years, 8 months ago](https://wordpress.org/support/topic/plugin-forces-my-theme-in-boxed-layout/#post-11931402)
 * Status: resolved