I have created a custom template for pages. I am basically just duplicating (template-layout-full-width.php) I have duplicated it in my child theme with a new filename and the corresponding file in the framework/views folder.
When I create my page I can choose the template in the dropdown and it is active on the front end. So far so good.
I am trying to keep as much of the default Pro code as possible so with the x_main_content_class(); function it is adding x-main left to the main div and the body class ofx-content-sidebar-active.
However, I need it to actually be full width with the class x-main full and have the body class of x-full-width-active. Is there a way to define this somewhere, instead of just hardcoding the class to the div and not use x_main_content_class(); as well as define the full width class in the body?
