This topic has 2 replies, 2 voices, and was last updated 4 years, 10 months ago ago by Olga Barlow
Hello, another issue I have since the last update is that in mobile is that the 3rd tab in single product page is not visible please see screenshot https://prnt.sc/qnlsd0
Regards
Hello,
We added the scroll instead of moving tabs title to next line. But if you prefer moving then add the following custom to Theme Options > Custom CSS
@media only screen and (max-width: 768px){
.tabs.tabs-default .wc-tabs {
white-space: normal;
}
}
You must be logged in to reply to this topic.Log in/Sign up