DISABLE SCROLL ON PRODUCT DESCRIPTION?
-
Hello, is posible disable the scroll in the product description?
screenshot:
http://prntscr.com/mqpxkk
would be good delete the scroll bar and adjust the div eight depends on the text, for displa all the description.
thanks!!
Hello,
You have set Tab layout to be Accordion and this configuration does not provide the option to remove the scroll. You can switch Tab layout to the Tabs and scroll would disappear.
Or we can remove the scroll with the custom CSS. Please add this code to the Theme Settings > Custom CSS > Global:
body .tabs-layout-accordion .has-scrollbar .woodmart-scroll-content {
overflow: visible;
}
body .tabs-layout-accordion .woodmart-scroll .woodmart-scroll-content {
max-height: 100%;
}
Best Regards
hello, thank you so much its working 🙂
You are welcome! If you have any questions please feel free to contact us.
Best Regards
The topic ‘DISABLE SCROLL ON PRODUCT DESCRIPTION?’ is closed to new replies.