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...???
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...???
...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...
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...???
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!
You must log in to post.