Hello @laramanzoni59,
I got bit confused. Do you need to make all pages/posts to have full width like I showed you in the screenshot? If that is what you want then you can add the following css code to “Appearance => Customize => Additional CSS”. Since the option is only available in Pro version of the theme.
.no-sidebar.content-width .content-area {
width: 100%;
}
To achieve this your “Default Layout” must be “No Sidebar (Content Width)” which in under “Appearance => Customize => Theme Option => Layout Options => Default Layout”.
Or if you want to make a specific page/post to have full-width then you must add page id or post id in the above code. Please let me know what you exactly want to achieve? So that I can give you the code or settings. Thank you.
Regards,
Sujeet