Viewing 1 replies (of 1 total)
  • Plugin Author cubecolour

    (@numeeja)

    Try adding a <br> tag into the text of the shortcode’s title parameter

    eg:
    [tabby title="My Tab<br>Title"]

    If you have a mix of tabs with and without a linebreak in a tab group, the tabs will not all be the same height, so the ones without a line break will render with a broken appearance. As a workaround for this, add a line break and non-breaking space after the title for single line tab titles in the same tab group as two line titles.

    eg:
    [tabby title="My Tab Title<br>&nbsp"]

    Note:
    If you are using an XHTML-based theme rather than HTML5, you should use <br /> instead of <br>

Viewing 1 replies (of 1 total)
  • The topic ‘two-line titles?’ is closed to new replies.