Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author themebeez

    (@themebeez)

    Hello @marske39

    Are you asking about the sidebar widgets in WooCommerce pages or post single?

    Regards

    Thread Starter Marske39

    (@marske39)

    WooCommerce pages

    Theme Author themebeez

    (@themebeez)

    Can you try pasting the below CSS code at Customizer > Additional CSS box & click publish button?

    @media( max-width: 575px ) {
    
        .woocommerce-page .col-desktop-8.content-col {
    
            order: 2;
        }
    
        .woocommerce-page col-desktop-4.sidebar-col {
    
            order: 1;
        }
    }
    Thread Starter Marske39

    (@marske39)

    On the product category pages the widgets are still below the products.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Widget mobile’ is closed to new replies.