• Resolved Tim Magee

    (@tim-magee)


    Good afternoon,

    I am having trouble with Tabby Responsive tabs getting the tabs (3) to line up left to right and next to each other.

    They are simply placed at the top of each of the sections of content that they represent – just like here:

    [tabby title=”First Tab”]

    Tabby ipsum dolor sit amet, kitty sunbathe dolor, feed me.

    [tabby title=”Second Tab”]

    Lay down in your way catnip stuck in a tree, sunbathe kittens.

    [tabby title=”Third Tab”]

    sleep in the sink climb the curtains attack, give me fish.

    [tabbyending]

    My content is fairly long so the tabs are spread out further and further down the page.

    You can see it here:
    https://nonprofit.csd-i.org/ol-201-designing-and-funding-non-profit-programs/

    Any suggestions?

    Thanks in Advance!

    Tim Magee

    https://www.ads-software.com/plugins/tabby-responsive-tabs/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author cubecolour

    (@numeeja)

    The tabs will not be rendered correctly if there are mismatched opening and closing tags around the tabby shortcodes on the page, so I suspect this might be the cause here.

    Check your page using an HTML validator such as the one at https://validator.w3.org and look for any issues related to incorrectly nested html such as stray opening or closing tags, and correct any you find.

    Thread Starter Tim Magee

    (@tim-magee)

    Thank you!

    Tim

    Plugin Author cubecolour

    (@numeeja)

    It looks better now.

    There is some CSS in your child theme to make ‘pseudo’ bullets on list items which are appearing in the tab titles. To prevent these from appearing, you can add the following to your child theme:

    .responsive-tabs__list li:before {
    display: none;
    }

    Thread Starter Tim Magee

    (@tim-magee)

    Dear CubeColor,

    I’m really pleased with your quick and appropriate responses.

    Both solutions worked beautifully.

    No more square bullets in the tabs.

    Thank you!

    5 Stars.

    Tim Magee

    Plugin Author cubecolour

    (@numeeja)

    Thanks Tim. If you would like to leave a rating & review for the plugin, you can do this at https://www.ads-software.com/support/view/plugin-reviews/tabby-responsive-tabs

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Tabs aren't next to each other – but down the page’ is closed to new replies.