Viewing 1 replies (of 1 total)
  • Thread Starter lemacpaul

    (@lemacpaul)

    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, 2 months ago by lemacpaul.
Viewing 1 replies (of 1 total)
  • The topic ‘Sidebar issues’ is closed to new replies.