In this Elelementor Tutorial we will see how to keep tabs as tabs on mobile version adding some little code to it in a very simple way. The simplest way to make tabs on mobile version with Elementor.

CODE USED:

@media (min-width: 320px) {
  #m-tabs .elementor-tabs-wrapper {
    display: flex;
        flex-direction: row;
  }
}
@media (min-width: 320px) {
  #m-tabs .elementor-tab-mobile-title {
    display: none;
  }
}

✨ Plugins:
Elementor Free: https://bit.ly/elementor-xdu
Elementor PRO: https://bit.ly/elementorpro-xdu

Leave a Reply

Your email address will not be published. Required fields are marked *