Keep Tabs Inline on Mobile

Description/Instructions

Keep your tabs inline on mobile when there are only two or so.

If this snippet helped, feel free to buy me a taco :)

.e-n-tabs-content .e-n-tab-title {
  display: none !important;
}

.e-n-tabs-heading {
  display: flex !important;
}

.e-n-tab-title{
margin: 0px !important;
}

  • CSS
Copy Code

Let's Chat About this Snippet