• Resolved deMelo

    (@demelo)


    Hi…
    The accordion hides the widget directley underneath…???
    This css fixes the same issue with the tabbed widget but not the accordian…
    .widget { float:left; width:100%; clear:both; }
    FireFox mac

    Any ideas…???

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter deMelo

    (@demelo)

    …using firebug… the hidden widgets <h2 title is showing as the accordion plus the widget h2>… that must be the culprit… some how there getting mixed together and with overflow hidden the text widget underneath is disappearing…??? hmmm…

    Thread Starter deMelo

    (@demelo)

    Ok – Checked across all browsers and the widget (under the accordion) only disappears with Firefox/Opera win/mac… I can change overflow to visible but this breaks the accordion…

    Any ideas…???

    Thread Starter deMelo

    (@demelo)

    Update: Fixed… ??

    This could be my theme to blame… but if anyone’s in the same boat try this… ??

    uitabs.css line 5… remove “float:left;”

    .tw-tabbed-widgets, #sidebar .tw-tabbed-widgets { margin:0; padding:0; width:100%; /*float:left;*/}

    Also… if you want to stop all the widgets jumping you can add “height: ???px;”… line 23

    Cheers!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Tabbed Widgets] Accordion hides the widget directley underneath…???’ is closed to new replies.