• Hi there,

    quick question: Using the Tabbed Content Block, the last tab on the right (here: “Wissenschaft”) has always longer vertical lines than the other tabs. Bug or do I miss a setting?
    It doesn’t depend on the length of the word.

    Best, foes

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

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

    (@alexius08)

    Hi @needshelp21! Upon examining the page you linked, your current theme turns out to be the cause of the styling issues with the tabbed content.

    To fix it, you may add the following snippet to your custom CSS:

    .wp-block-ub-tabbed-content-tab-title-wrap{
    	margin-bottom: 0;
    }
    
    .wp-block-ub-tabbed-content-tab-holder{
    	margin-bottom:0;
    }

    Please let us know how it goes.

Viewing 1 replies (of 1 total)
  • The topic ‘Tabbed Content Lines’ is closed to new replies.