Accordion style decripton field larger
-
Is it possible to have the descripton field, on a product in accordion style,pain always in the size it have. So you don’t can scroll inside the field.
Attachments:
You must be
logged in to view attached files.
Hello,
You can set the accordion view for the product description in the Theme Settings > Product page > Tabs.
As soon as you set I can give you CSS to remove the scroll.
Best Regards
Hi Elise
I set up accordion
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .tabs-layout-accordion .has-scrollbar .woodmart-scroll-content {
overflow: visible;
overflow-x: visible;
max-height:100%;
}
Best Regards