Home › Forums › WoodMart support forum › Moved: Reply To: Product tabs are not showing on mobile › Reply To: Moved: Reply To: Product tabs are not showing on mobile
August 11, 2020 at 2:57 pm
#217988
magbaz
Participant
add this code to global css
@media (max-width: 1px)
.tabs-layout-tabs {
display: inherit;
}