Uhm, sorry, found the answer ??
—
functions.php file, find this code:
if ( get_theme_mod( 'left-sidebar-check', 0 ) != 0 ) {
$columns = $columns - absint( get_theme_mod( 'left-sidebar-size', 3 ) );
}
and add this one after:
if ( is_product() ) {
$opt = 'full-width-content'; return $opt;
}
-
This reply was modified 5 years, 6 months ago by lemacpaul.