This topic has 4 replies, 2 voices, and was last updated 3 years, 5 months ago ago by Rose Tyler
Hello,
How do I stack the Woocommerce tabs on top of each other when on mobile devices? As I see it, it is not possible with the default tab settings, which are the best for desktop views.
Hello,
Add the next code in Theme Options > Theme custom CSS > Global custom CSS:
@media only screen and (max-width: 992px) {
.woocommerce-tabs.horizontal .wc-tabs {
flex-wrap: wrap;
justify-content: center;
}
}
Regards
Thank you very much, I truly appreciate this.
You’re welcome!
We’d appreciate if you could take a moment to give us 5-stars on ThemeForest! https://themeforest.net/downloads
Regards
You must be logged in to reply to this topic.Log in/Sign up