// This line is preferably be added to your theme's functions.php file
// with other add_theme_support() function calls.
add_theme_support( ‘disable-layout-styles’ );
// This line is preferably be added to your theme's functions.php file
// with other add_theme_support() function calls.
add_theme_support( ‘disable-layout-styles’ );
I understand …