This topic has 6 replies, 3 voices, and was last updated 4 years, 6 months ago ago by Olga Barlow
Hey Support team
I’m having the problem that horizontal tabs get cropped on the mobile.
On the desktop it works: https://prnt.sc/s1iyad
On the mobile it looks like that: https://prnt.sc/s1izgq
Is it possible to show these tabs on multiple lines or something like that?
Best regards
Noah
Hello,
There is a scroll of tabs titles – https://gyazo.com/bbddf4fc2463e844d97b353cfbbb5a5a
Regards
Hi Rose
I know that I can horizontally scroll the tabs. But it’s not a nice solution. And I don’t think that customers visiting my website know that these tab titles are scrollable.. I mean that’s not obvious..
Isn’t there another solution?
I also can’t use the accordion style at the moment because the text is getting cropped on the mobile.. (You’ll have to scroll horizontally to read the text.)
See screenshot: https://prnt.sc/s1rf7z
Best regards
Noah
Hello,
1) No, there is no other option for that, but you can use custom CSS –
@media only screen and (max-width: 992px) {
.woocommerce-tabs.horizontal .wc-tabs {
white-space: unset;
word-break: normal;
overflow: unset;
flex-wrap: wrap;
}
}
2) Thanks for the report, it was passed to our technicians.
Regards
Hi,
That worked, thanks!
Regards,
Noah
Hello,
You are welcome.
Regards
You must be logged in to reply to this topic.Log in/Sign up