hidden sidebar not showing
-
Hi
when visiting a woocommerce category page like /cat/women-clothes the hidden sidebar not viewing after pressing on its hamburger icon , but if then navigate to the /shop page – which the hidden sidebar is working fine in it – and the renavigate to the category page then the hidden sidebar will work on it .
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
body.rtl.woodmart-show-hidden-sidebar .area-sidebar-shop {
transform: translate3d(0,0,0);
-webkit-transform: translate3d(0,0,0);
}
Regards
that was helpfull.
thanks.
The topic ‘hidden sidebar not showing’ is closed to new replies.