Home Forums WoodMart support forum hidden sidebar not showing

hidden sidebar not showing

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #18625

    sitevar
    Participant

    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 .

    #18626

    Artem Temos
    Keymaster

    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

    #18655

    sitevar
    Participant

    that was helpfull.
    thanks.

    #18663

    Artem Temos
    Keymaster

    You are welcome!

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘hidden sidebar not showing’ is closed to new replies.