How to show the full product description and not without scrollbar
-
Hi!
I would like to let the entire product description,
i don’t want the scrollbar.
Is there something to do?
look at the screen.
Thanks
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme settings > Custom CSS:
body .tabs-layout-accordion .woodmart-scroll,
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
Thanks you, it works well,
would it desappear after new version?
i don’t use child theme because i tought i will never modificate code.
thanks you very much it help me 🙂
Hello,
No, it would not disappear even though you do not use the child theme. When you update the theme correctly all the Custom CSS remain.
https://xtemos.com/docs/woodmart/update-theme-2/
Best Regards