Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello @akajak,

    Thank you for reaching out,

    Removing the container is not possible unless you want to change the code inside the theme, which is not recommended. However, you can do one of the following:

    The layout design you have chosen for the site is the separate-layout. First of all, you need to change it to wide. Go to: WP Dashboard > Appearance > Customizer > Site Style & Settings > Site Layout. We have explained it here: https://docs.oceanwp.org/article/898-customizer-site-style-settings#Site-Layout-kC1LX.

    If you do not change it, you can modify the background design in a way that it looks like there is no container.

    Also, you can change the page settings from here: https://docs.oceanwp.org/article/899-customizer-pages-special-pages

    But aside from all this, if you want to have a full-width page for a specific page, you can create a full-width page using this article: https://docs.oceanwp.org/article/828-general-main-oceanwp-settings Or use the block editor to create a full-width section or column(it is possible with other page builders).

    Please let me know if you have any questions about the above steps.

    I hope it helps,
    Best Regards

    Thread Starter akajak

    (@akajak)

    Thank’s for the reply. The page just happened to be on separate-layout, I’ve tried all the settings full width 100% full width etc. & the content remains squashed, The container has default left/right padding which I can’t get rid of. How can I add the theme header & footer to this page?https://3dprinteye.com/volume/volume.html

    Thread Starter akajak

    (@akajak)

    Got a solution from oceanwp tech support:

    As reviewed, the issue appears to be caused by a max-width rule that is overriding the existing styling. It seems the use of rem units may be contributing to the layout problem, as shown in the attached screenshot. Kindly try updating the value to use px instead of rem , and test the result.

    You can try the following CSS code:
    .content-area .max-w-6xl { max-width: 1080px; }

    I can fill the whole screen with content by changing the css width value in the customizer.

    Hi,
    Thank you for the update.

    I’m glad to hear that you were able to find it.

    Best Regards

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

The topic ‘Delete Container’ is closed to new replies.