Search code examples
csswordpresswoocommercesidebarstorefront

How to move sidebar from right to left side in WooCommerce?


I have one problem that dont know how to resolve myself. I have a WooCommerce site that is using Galeria Storefront Child theme. In their setup in shop page, the sidebar can be only on right side. I want to move sidebar to the left, and ONLY on shop page. I tried this CSS:

div.woocommerce_product_categories-2.widget .woocommerce widget_product_categories {
    float:left!important;
}

but seems that dont change nothing.. Sidebar is still on left side. Help?


Solution

  • WooCommerce 5.2.2

    .with_aside .sections_group {
      float: right;
    }