Home › Forums › WoodMart support forum › how to style an accordion with only the opened tabs? › Reply To: how to style an accordion with only the opened tabs?
December 6, 2017 at 4:32 pm
#27539
Artem Temos
Keymaster
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.tabs-layout-accordion .woodmart-scroll .woodmart-scroll-content {
max-height: 100%!important;
}