Hi,
Try to add the following code snippet to the Custom CSS area for mobile and tablet devices in Theme Settings to change this behavior
div.tabs-layout-tabs .tabs {
display: block;
}
div.tabs-layout-tabs .woodmart-accordion-title {
display: none;
}
div.tabs-layout-tabs {
border:none;
}
div.tabs-layout-tabs .tabs {
margin-top:-25px;
}
div.product-tabs-wrapper {
border-top: 1px solid rgba(129,129,129,.2);
border-bottom: 1px solid rgba(129,129,129,.2)!important;
}
div.tabs-layout-tabs .woodmart-tab-wrapper {
border-bottom:none;
}
div.tabs-layout-tabs .woodmart-tab-wrapper .wc-tab {
padding-bottom:0;
}
Regards