Thanks Lynne. Tried with eventwrapper method and very close just that bit off, the onlineusers, events and birthdays end up horizontal within their own 33% divs ???
Private test forum
--------------- Added [DATE]1312426458[/DATE] at [TIME]1312426458[/TIME] ---------------
okay think i got it not sure if it's most efficient way of doing it but i changed onlineusers, events and birthday's class section to eventsection and added eventsection in additional.css
Code:
<div id="wgo_onlineusers" class="wgo_subblock eventsection">
<div id="wgo_events" class="wgo_subblock eventsection">
<div id="wgo_birthdays" class="wgo_subblock eventsection">
Code:
.eventsection {
display: block;
padding: 0 0 0.5em 0.5em;
font: 12px;
color: #3E3E3E;
clear: both;
width: 100%;
}
--------------- Added [DATE]1312426822[/DATE] at [TIME]1312426822[/TIME] ---------------
Of course looks better with birthdays and events hidden