Accordion content box height
-
Hello,
I would like to have my accordion height to be 100% so all content will be show on screen. However, after added the css code the accordion has no change at all.
I have added following code to my global css:
.product-grid-item .wd-add-btn {
display: none;
}
.tabs-layout-accordion .wd-scroll-content {
max-height: 100%;
}
Attachments:
You must be
logged in to view attached files.
This has been resolved with the css code of
.wd-accordion-item .wd-scroll-content {
max-height: 100%;
}
Hello,
We are Glad that your issue has been Resolved.
Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.
Have a wonderful day.
Topic Closed.
Best Regards.
The topic ‘Accordion content box height’ is closed to new replies.