Hi, my client just noticed that the additional tabs are not showing on mobile. The desktop view is perfect. I need it to be on mobile as well because the nutritional values are on the tabs, and not on the short description.
I looked around the admin and this support forum, but I couldn’t find where or how to change this. Can you help me?
for example: This code displays the text on the mobile. But incompletely. This display mode is not suitable
@media only screen and (max-width: 719px) {
.woocommerce-tabs div.woocommerce-Tabs-panel {
display: block !important;
}
}
The second problem: Also, the H2 tag is displayed at the beginning of the description in 14 fonts 😐