• Resolved madtho

    (@madtho)


    Great group of blocks. I’ve used them on a couple sites.

    Is it possible to make the tabs/divs within the tab-holder wrap within the holder? (does that make sense?) Right now they’re scrolling side to side, but that is no good. I tried changing the display: to other things, but no luck.

    Or any other ideas to manage a big group of tabs?
    Thanks!

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Alexis Pandaan

    (@alexius08)

    Hi @madtho! Have you tried changing the tab layout? Changing it to Vertical should prevent the scrollbar from showing up. We may consider adding the option to display the tabs in multiple lines instead of having a long scrollable line in a future version of the plugin, though.

    Thread Starter madtho

    (@madtho)

    Thanks for the reply.
    I did try the vertical but we don’t like that layout for this site.

    Any CSS workarounds that may address this?

    Thank you

    Plugin Contributor Alexis Pandaan

    (@alexius08)

    Hi @madtho! You may add the following to your custom CSS for now:

    .wp-block-ub-tabbed-content-tabs-title{
        display: block;
    }
    
    .wp-block-ub-tabbed-content-tab-title-wrap{
        display: inline-block;
    }

    Please let us know how it goes.

    Thread Starter madtho

    (@madtho)

    Alexis-Thank you!
    had to add !important, but that did the trick.Truly appreciate the help.
    -mat

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Tabbed content: Long tab list’ is closed to new replies.