@aum001 – Absolutely. Though there are several ways this could be accomplished, the easiest assuming you want all recipe manager tempaltes rendered without sidebar would be to duplicate a full width template file from your theme and call it ‘rcpm.php’
If your default page template has no sidebar then you can copy the contents of page.php into rcpm.php.
On the other hand if you only want the single recipes themselves without a sidebar you can create a new file called single-recipe.php and put your page template code there.
I will admit that we took a lot of our templating from WooCommerce, so a lot of guides on integrating with your theme or customizing templates is similar/the same.
Also we have not had the opportunity to document this properly, so I will be happy to help you work out the solution so that we can document what works successfully for others.
Hope that helps.