Hi, I noticed this issue on my site the other day, then went and looked at the demo and I am seeing the same issue.
There is a space between the description tab and the box, but the other tabs are fine, even if you add custom attributes etc.
Is there anything we can do about fixing this?
Hi Reidable!
You can add this on your custom.css or Quick CSS:
#top div div.product .woocommerce-tabs ul.tabs li a {
min-width: 100px;
}
Cheers!
Ismael