Snippets / CSS
CSS
Keep Tabs Inline on Mobile
D
Donald McGuinn
·
265 views
·
Updated 2 years ago
Keep your tabs inline on mobile when there are only two or so.
.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 · 11 lines
Discussion
Ask a question or share how you used this.
Log in
to join the discussion.
No comments yet — be the first.