Hi.
Does anyone know how to separate widgets on a sidebar so that they appear in separate, cutesy boxes instead of one god-awful, never-ending list? (see my website - bestman.org.uk - for an example of the latter.)
Both the sidebars on the site are accessing the following CSS:
#sidebar-top-custom {
width:147px;
height: 500px;
float:left;
padding:10px 10px 40px 10px;
background:#ffffff;
border: 1px solid #dedede;
}
Cheers in advance,
Ed