Title: Problem with full width after update
Last modified: November 8, 2022

---

# Problem with full width after update

 *  [TeVeoOnline](https://wordpress.org/support/users/teveoonline/)
 * (@teveoonline)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/problem-with-full-width-after-update/)
 * Hi,
    After update the theme some pages have changed to full width and is not 
   possible to change to default width trough the page options.
 * Here is page before updtade: [link](https://angelluisfotografos.com/orlas/como-lo-hacemos/)
 * And here is my page after update: [link](http://angelluisfotografos.teveoonline.com/orlas/como-lo-hacemos/)
 * Could you let me know how to fix?
 * Many thanks!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fproblem-with-full-width-after-update%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, 6 months ago](https://wordpress.org/support/topic/problem-with-full-width-after-update/#post-16180487)
 * Hello [@teveoonline](https://wordpress.org/support/users/teveoonline/),
 * Thank you for reaching out,
 * To solve your issue, you can use the column block and put your desired content
   into the column(s). Then, the structure of the container will be held.
 * Also, you can put the CSS below in Customizing > Custom CSS/JS > CSS Code:
 *     ```
       body.single-post.content-max-width .entry-content .alignfull,
       body.page.content-max-width .entry .alignfull {
           margin-left: unset !important;
           width: 100% !important;
           max-width: 100% !important;
       }
       ```
   
 * For more information about the CSS/JS code on the customizer, please read this
   link:
    [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.
 * Result: [https://i.postimg.cc/wvGzWMNR/image.png](https://i.postimg.cc/wvGzWMNR/image.png).
 * I hope that helps.
    Best Regards
    -  This reply was modified 3 years, 6 months ago by [Shahin](https://wordpress.org/support/users/skalanter/).

Viewing 1 replies (of 1 total)

The topic ‘Problem with full width after update’ 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, 6 months ago](https://wordpress.org/support/topic/problem-with-full-width-after-update/#post-16180487)
 * Status: not resolved