Hello @nichere,
Thank you for reaching out,
It depends on the website’s design, Please navigate to WP Dashboard > Appearance > Customize > General Options > General Settings > Layout(for page).
If you set “full-screen”, it will show content stretched and without margin.
If you set “full-width”, it will show content with a margin. You can select the “Main Container Width” option in this case. Also, enabling this option will show 90% of the width on responsive sizes. To change it, you can use the custom CSS for responsive sizes:
@media only screen and (max-width: 959px) {
.container,
body.content-full-screen .elementor-section-wrap>.elementor-section.elementor-section-boxed>.elementor-container {
max-width: 50% !important;
}
}
Please check the attached screenshots at this link: https://postimg.cc/gallery/4c1JJmY.
Note 1: The “Content Layout” option can be set on each page: https://i.postimg.cc/t4DNXVs3/image.png.
Note 2: If you want to use full-screen content, but on some sections, you want to use other container sizes, you can use a columns block.
It is about the container and layout on OceanWP, so you can choose your desired settings.
I hope it helps.
Best Regards