/*
Theme Name: SiteOrigin Corp Child
Author: Protecco
Author URI: https://protecco.nl
Theme URI: https://siteorigin.com/theme/corp
Description: SiteOrigin Corp Child Theme
Version: 1.0.0
Template: siteorigin-corp
Text Domain: siteorigin-corp
Domain Path: /languages/
*/

/* =Theme customization starts here
-------------------------------------------------------------- */

/* =full width containers using CSS, disabling javaScripts */

add_filter( 'siteorigin_panels_theme_container_width', function( $container ) {
	return '1140px';
} );

add_filter( 'siteorigin_panels_theme_container_selector', function( $selector ) {
	return '.site-content .corp-container';
} );
