Home › Forums › WoodMart support forum › Single product page, accordion tab height adjustment › Reply To: Single product page, accordion tab height adjustment
August 2, 2020 at 8:36 pm
#216081
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .tabs-layout-accordion .woodmart-scroll .woodmart-scroll-content {
max-height: 350px;
}
Change the height as per your needs.
Best Regards