Hi there!
I’m using the tabs feature and on desktop they look great, but on mobile not quite.
Is there any way to disable it alltogether on mobile? Sort of how a Slider can be disabled on mobile.
Thanks!!
Hey worldfuturecouncil,
Do you mean that you want to hide it on mobile? Send us a link to your page and we’ll have a look.
Regards,
Rikard
Yes, exactly that!
Link by private, thanks ;)
Hi!
You can use the following CSS code for that:
@media only screen and (max-width: 767px) {
.tabcontainer {
display: none;
}
}
Regards,
Josue
Great, thanks! It worked like a charm.
Is there any way I can hide the whole section, including the title “INITIATIVES”? Now the tab is gone from mobile but the title stays. Maybe there’s a way to add a CSS style to the title that I could hide on mobile?
Thanks!!!!
Hi!
Please see – http://kriesi.at/documentation/enfold/hide-menu-itemselements-on-mobile/
Cheers!
Yigit