XDUNICORN

How to make horizontal Tabs in Elementor on mobile version

How to make horizontal Tabs on mobile version with Elementor

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

LinkedIn
Facebook
Twitter

free

Stay always up to date with new tutorials!

Do you want to learn more on web, marketing and design? Sign up and you will receive exclusive content and new tutorials every week.

Full Stack Designer

I was born with a passion for Design and the web, since I was very young this world has always intrigued me by developing a profession that I love and that I want to share.

RELATED ARTICLES