Quantcast
Channel: Betheme Support Forum
Viewing all articles
Browse latest Browse all 93691

How to move sidebar from right to left side on WooCommerce shop page? [woocommerce sidebar]

$
0
0
If you would like to move sidebar from right to left side on woocommerce shop page, please go to header-shop.php file and replace below code:
if( is_active_sidebar( 'shop' ) ) $body_classes .= 'with_aside aside_right';
with:
if( is_active_sidebar( 'shop' ) ) $body_classes .= 'with_aside aside_left';

Viewing all articles
Browse latest Browse all 93691


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>