I’m having the same issue as Venturo –
I set full-screen (or full-width) layout for a custom post type in functions.php and now the default sidebar now shows on the bottom right. I did a work around by creating a custom sidebar, giving it an empty text box, and assigning it to my custom post type, but that feels a little clunky. Is there a more elegant solution or a way to just not call the sidebar for a custom post type? My wordpress php ability is limited – normally I’d just do a single-[custompost].php and take out the sidebar function but it doesn’t look like that’s the right way to do things in OceanWp?