Title: Container width with plugins
Last modified: December 19, 2022

---

# Container width with plugins

 *  [sportmassanl](https://wordpress.org/support/users/sportmassanl/)
 * (@sportmassanl)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/container-width-with-plugins/)
 * Hi!
 * I’ve installed two new plugins, but I noticed they both don’t stay in the container
   width. The plugin section goes full width. Anybody knows how to fix this or what
   the problem could be?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcontainer-width-with-plugins%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [Shahin](https://wordpress.org/support/users/skalanter/)
 * (@skalanter)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/container-width-with-plugins/#post-16305135)
 * Hello [@sportmassanl](https://wordpress.org/support/users/sportmassanl/),
 * You can move all content on the column block(one column), or you can put the 
   CSS below in Customizing > Custom CSS/JS > CSS Code:
 *     ```
       .single-post .entry-content {
           max-width: 800px;
           margin: 0 auto;
       }
       ```
   
 * Please read this link for more information about the CSS/JS code on the customizer:
   [https://docs.oceanwp.org/article/354-add-custom-css-and-js-to-your-website](https://docs.oceanwp.org/article/354-add-custom-css-and-js-to-your-website).
 * **Note:** if you have any cache plugin or server cache(CDN / Browser Cache and
   Cookies and …), you need to clear its cache contents or disable them to see your
   changes.
 * I hope it helps.
    Best Regards

Viewing 1 replies (of 1 total)

The topic ‘Container width with plugins’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/oceanwp/4.1.5/screenshot.png)
 * OceanWP
 * [Support Threads](https://wordpress.org/support/theme/oceanwp/)
 * [Active Topics](https://wordpress.org/support/theme/oceanwp/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/oceanwp/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/oceanwp/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Shahin](https://wordpress.org/support/users/skalanter/)
 * Last activity: [3 years, 4 months ago](https://wordpress.org/support/topic/container-width-with-plugins/#post-16305135)
 * Status: not resolved