• Resolved tux_addictor

    (@tux_addictor)


    i love this plugin and it works find but the tabs names shows with a square near them first i tought that becauase a list-style-type:square was causing this but all my stylesheet are set to list-style-type:none;

    so what can cause this?
    am using the last worpress + boldy theme from site5

    https://www.ads-software.com/extend/plugins/put/

Viewing 1 replies (of 1 total)
  • Plugin Author Mark / t31os

    (@t31os_)

    The plugin makes the necessary calls to include the jQuery UI CSS, specifically the tab CSS, which declares the following.

    .ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }

    If you’re seeing styling that differs, you most likely have a competing style declared in another stylesheet which is taking precedence over the tab CSS.

    If you can link to a page with the issue i can take a look for you.

    Marking resolved for now, feel free to set the thread as unresolved if you still seek support for this issue.

Viewing 1 replies (of 1 total)
  • The topic ‘square around tabs names’ is closed to new replies.