Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #573674

    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!!

    #574314

    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

    #574428

    Yes, exactly that!

    Link by private, thanks ;)

    #574544

    Hi!

    You can use the following CSS code for that:

    @media only screen and (max-width: 767px) {
        .tabcontainer {
            display: none;
        }
    }

    Regards,
    Josue

    #574694

    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!!!!

    #574698
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.