• TeVeoOnline

    (@teveoonline)


    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

    And here is my page after update: link

    Could you let me know how to fix?

    Many thanks!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Shahin

    (@skalanter)

    Hello @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.

    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.

    I hope that helps.
    Best Regards

    • This reply was modified 2 years ago by Shahin.
Viewing 1 replies (of 1 total)
  • The topic ‘Problem with full width after update’ is closed to new replies.