Forums

[resolved] [Plugin: Tabbed Widgets] Accordion hides the widget directley underneath...??? (4 posts)

  1. deMelo
    Member
    Posted 8 months ago #

    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...???

  2. deMelo
    Member
    Posted 8 months ago #

    ...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...

  3. deMelo
    Member
    Posted 8 months ago #

    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...???

  4. deMelo
    Member
    Posted 7 months ago #

    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!

Reply

You must log in to post.

About this Topic