Reply 353641 to: Importing a page from a different demo to my current theme

Avatar: Rose Tyler
Rose Tyler
Support staff
April 18, 2023 at 15:03

Hello, Firas,

We have added for you next code on each (or almost each) section with tabs -> https://prnt.sc/JhAl9CUsdxr_

@media only screen and (max-width: 767px) {
selector .et-advance-tabs .et-tabs-nav>ul {
 flex-flow: row;
    flex-wrap: wrap;  
}
selector .responsive-vertical-layout.et-advance-tabs .et-tabs-nav>ul .et-tab-nav {
    flex: auto;
}
}
@media only screen and (max-width: 480px) { 
selector .responsive-vertical-layout.et-advance-tabs .et-tabs-nav>ul .et-tab-nav {
    flex: 1 1 50%;
}
}

Frontend result: https://gyazo.com/d17d28a32f02da2e3d7f7953a4462223

We hope that you found this information useful and that you will be able to use it in other places as needed.

Kind Regards,
8theme team

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.