Home › Forums › Basel support forum › Accordion without "Compact" product page design › Reply To: Accordion without "Compact" product page design
June 6, 2017 at 4:23 pm
#14785
Artem Temos
Keymaster
Try to add the following code snippet to the Custom CSS in Theme Settings
.product-image-summary .summary .basel-scroll-content {
overflow:visible;
}
.product-image-summary .summary .basel-scroll {
position: relative;
overflow: visible;
}
.product-image-summary .summary .basel-scroll .basel-scroll-content {
position: relative;
overflow: visible;
}
.product-image-summary .basel-scroll>.basel-scroll-pane {
display:none;
}
Regards