This topic has 6 replies, 2 voices, and was last updated 3 years, 1 months ago ago by Rose Tyler
hi
how can i change the product tab title for mobile to display horizontally same as desktop now it display vertically
desktop like this tab1 tab2 tab3
mobile
tab1
tab2
tab3
i want same as desktop
thanks
Hello,
Please try code from this topic – https://www.8theme.com/topic/how-to-stack-woocommerce-tabs-on-mobile/
If this doesn’t work for you, provide URL of page with tabs.
Regards
hi
thank you for your support i use the code as you said on the ticket but no change as i say before i want theme horizontality same as desktop.
Hello,
We can’t log in to your Dashboard. Try to add the next code in Theme Options > Theme custom CSS > Global custom CSS:
@media only screen and (max-width: 992px) {
.et-advance-tabs .et-tabs-nav>ul {
flex-direction: row;
}
}
Regards
Thank you again
Sorry it was wrong password the new one attach
Tagged: product, themes, title, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up