Shope sidebar in top

Hello

I got this js from you so i can move the shop sidebar to top, but now the shop item categories are not clickable.


jQuery(window).load(function() {
    setTimeout(function() {
      jQuery(window).trigger('resize').trigger('scroll');
    }, 1000);
});

jQuery(function($){
     if($(window).width() < 768) $('.sidebar').insertBefore('#Content');
});

Comments

Sign In or Register to comment.