Icon - woocommerce - Mobile Sidebar at bottom?

Hello,

I am trying to move my woocommerce YITH sidebar search to the top of the results on mobile but no matter what I try, it appears at the bottom of the shop page. I tried the other posts where I move <?php get_sidebar(); ?> in the woocommerce.php file but that does not seem to have any effect. Also tried the CSS methods. These all appear to be a bit old though.

Any updates would be greatly appreciated.

Thank you :slight_smile:

Hi @ggace21,

That could also be achieved with the custom Javascript, please add this custom JS under Theme Options > JS:

jQuery('body.woocommerce .x-sidebar').insertBefore(jQuery('body.woocommerce .x-main'));

Hope that helps and thank you for understanding.

1 Like

Sorry for the delay in response as I appeared to have lost sight of this topic but this did in fact work for me. So far no major errors reported. Thank you!

You’re most welcome, Michael.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.