Skip to content

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.

Voxel Guide assistant
Ask about snippets, addons & how-tos

Hey — how can I help?

I can dig through the library for snippets, addons, and tutorials.

AI can be wrong — double-check anything important.