http://lowcygier.pl/
In my image widget I set no padding, but my images and ads still don’t look quite right as there is about 2-3 pixels of margin left.
The only workaround I was able to thing is to set “no border” and same background color. I don’t get the border of the image but still get one from the widget. I currently have:
#widget_sp_image-5 {
padding: 0px;
border: none;
background-color: rgb(227, 227, 227);
}
The problem appears in both text and image widget. How can I get rid of this extra space?