Reply 339696 to: General tabs – horizontal view on mobile

Avatar: Rose Tyler
Rose Tyler
Support staff
November 26, 2022 at 06:55

Hello,

There is no such option, unfortunately.
Try to use the next custom CSS code:

@media only screen and (max-width: 767px) {
    .et-advance-tabs .et-tabs-nav>ul {
        display: inline-block;
    }
    .et-advance-tabs .et-tabs-nav>ul .et-tab-nav {
        max-width: 32.5%;
    }
}

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.