• Resolved ricmetal

    (@ricmetal)


    howdy
    could i get some help on tweaking the Advanced Tabs for mobile? i’ts probably just a line of code i’m missing.
    so, i’ve set the ul to nowrap on mobile, so the tabs are side by side, but the ul’s width (it seems) is the one breaking the site, because with width breaks the width on it’s parent. can you help me fix it?

    i added
    /* Force NO-BREAK on Tabs */
    @media only screen and (max-width: 767px) {
    .eael-advance-tabs .eael-tabs-nav > ul {
    flex-wrap: nowrap;
    }
    }

    and it appears like this

    View post on imgur.com

    could someone help me with this?

    • This topic was modified 6 years, 7 months ago by ricmetal.
    • This topic was modified 6 years, 7 months ago by ricmetal.
    • This topic was modified 6 years, 7 months ago by ricmetal.
Viewing 1 replies (of 1 total)
  • Plugin Author Rupok

    (@re_enter_rupok)

    Hi @ricmetal

    Sorry you didn’t get any reply here as we don’t follow this forum actively. If you still need help, you can initiate a live chat from our site.

    Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘Advanced Tabs Mobile’ is closed to new replies.