Hi guys!
I'm trying to make the Facebook Like Box so that it matches my theme a bit better.
I found that I could manipulate it a bit, and added a dropshadow to it with this code:
#facebook-likebox-2 iframe {<br />
-moz-box-shadow:0 2px 8px #aaaaaa;<br />
-webkit-box-shadow:0 2px 8px #aaaaaa;<br />
box-shadow:0 2px 8px #aaaaaa;<br />
}
But what I'd really love to do would be to simply eliminate the border from Facebook's Widget.
I think I can't really do anything about that border directly -it's on Facebook's side- but I can resize the box from my side so that it is a couple of pixels smaller. This would clip the Widget by those two pixels and fix my problem.
The thing is, when I try to do it, the Widget align to top and left, and so only the right side and bottom borders are clipped..
Any ideas??
Thanks again :)
The blog I need help with is blog.tiagodovale.com.