• 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 to see the link]

Viewing 1 replies (of 1 total)
  • Hello @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.

    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.