That seemed like the obvious answer to me to, but I have tried it repeatedly with no luck. Here is what I have tried:
.widgettitle h2
{
margin-left:10px;
margin-top:10px;
}
This doesn’t do anything, can’t even control the color. The other one I have tried is this:
h2.widgettitle
{
color:#fff;
margin-left:10px;
margin-top:10px;
}
I actually can control the color with this statement, but in no way can I adjust margins.
What’s going on? Thanks,
JW