Quote:
Originally Posted by Lynne
Then just add this line to get the <ol> block to clear them:
HTML Code:
.wgo_block .section div ol {
clear: both;}
You may want to add some padding/margins also.
|
That worked (see forum), but I want some space between the user listings and the "Users currently online / Most users ever online" -- preferably what it was before I made the changes to the FORUMHOME template -- which is what I'm assuming the padding is for...
What do I put for the padding, though? Something like 1px?
Code:
.wgo_block .section div ol {
clear: both;
padding: ?;
}