This topic has 3 replies, 2 voices, and was last updated 2 years, 2 months ago ago by KD
Hello!
I don’t like the design of tabs in mobile version of single product page. Currently, customers have to swipe tabs to see all of them. Its a little hard to describe what I mean so I will attach a screenshot: https://prnt.sc/K77Kk-KB4m1n
Hello, @KD,
Thanks for the screenshot I have understood your issue.
Now, in order to solve your issue simply go to the Dashboard >> XStore >> Theme Options >> Theme Custom CSS >> Global and paste the below code at the bottom of the CSS box there.
@media(max-width:767px){.woocommerce-tabs.horizontal .wc-tabs{
width:100% !important;
display:block !important;
white-space:initial !important;}}
Then save settings and check back to your site after clearing the browser cache. The result will appear like this: https://postimg.cc/pywX3tRZ
Regards 8Themes Team.
Working! Thank you! 🙂
Tagged: mobile, single-product page, tabs, themes, woocommerce, wordpress
The issue related to '‘Single product page – mobile version of tabs’' has been successfully resolved, and the topic is now closed for further responses