I understand how to disable the side-bar widget by editing config.php. Although editing config.php successfully removes the side bar on the page, the CSS class “.col-md-9” remains on the “” element. Not sure what’s going on here. The sidebar is definitely not being generated it’s just the class that needs to be removed.
The bootstrap class gets dynamically added with the sidebar. The problem is I need the side bar for other parts of the site. Even though the sidebar has been disabled on that page the bootstrap class remains.