Sorry, but I'm still having trouble with this.
www.GringoDog.com
Here is the code that I've got in the ATO-Style Widgets-Widget Container
#right {
font-family: "comic sans ms"; arial;
font-size: 14px;
margin: 0 0 10px 0;
padding: 10px;
border: solid 2px #ee0000;
/* uncomment next block for round corners */
/*
-moz-border-radius:5px;
-khtml-border-radius: 5px;
-webkit-border-radius:5px;
border-radius: 5px;
*/
}
#left; {
font-family: arial;
font-size: 14px;
margin: 0 0 10px 0px;
padding: 10px;
border: 0px;
/* uncomment next block for round corners */
/*
-moz-border-radius:5px;
-khtml-border-radius: 5px;
-webkit-border-radius:5px;
border-radius: 5px;
*/
}
This seems to be working on the right sidebar, but not on the left. Is this maybe because the left sidebar has third party ads?