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

    (@numeeja)

    Thank you for linking to your site. I can see that there is a rule in your site’s shortcodes.css stylesheet which I believe is from a plugin bundled with your theme.

    This bundled plugin (or the theme itself) has wrapped a div with the class “shortcodes” around the Tabby Shortcodes and a rule in the stylesheet sets the width of all unordered list items inside a “.shortcodes” div to 100%. Why it has done this is anyone’s guess.

    To override this rule for the tabs, add the following line to your child theme or via a custom CSS plugin:

    .shortcodes .responsive-tabs ul li{
        width: auto;
    }

    Thread Starter seawolf1969

    (@seawolf1969)

    Purrr-fect!… ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Tabby not playing well with Eventor’ is closed to new replies.