Home Forums WoodMart support forum Off canvas sidebar for desktop as same as mobile Reply To: Off canvas sidebar for desktop as same as mobile

#169769

Hello,

I have test your site, that sticky sidebar not working fine on the product page but works perfect in shop page.

To fix it on product pages in large devices, could you please try the below CSS code in global custom CSS area under theme settings >> custom CSS:

@media (max-width: 1400px){
.Single-product .offcanvas-sidebar-mobile .sidebar-container.single-product-sidebar {
flex-basis: auto;
max-width: none;
width: 300px;
}
}
.single-product .woodmart-close-side-opened {
opacity: 0;
}

After applying this CSS code check after clearing the site and browser cache.

Best Regards.