• Resolved afataniarpm

    (@afataniarpm)


    Hi,

    I’ve made a set of tabs but when I view them on mobile the top menu gets moved onto two lines and the images get squashed.

    Is there a way I can set the menu and images inside the tabs to be mobile responsive?

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @afataniarpm,

    Having a look at the site, I can see the problem with your images for sure.

    Add this to your CSS to make the images responsive:

    .squelch-taas-tab-group.squelch-taas-override img {
        height: auto;
    }

    In terms on the menu, I’m a bit unsure as to what is being asked. Could you provide some more information?

    • This reply was modified 5 years, 7 months ago by SquelchGareth.
    Thread Starter afataniarpm

    (@afataniarpm)

    Hi,

    That did it! Thank you so much!

    The menu is actually fine looking at it again.

    Aneil

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How can I make the tabs mobile reposnsive?’ is closed to new replies.