Archived topic
Widget without any padding around it
3 replies · Started by Matthew on December 4, 2018
Hi
I am trying to create an image widget without any padding/white border around it.
For some reason I can't seem to get rid of a white line at the bottom of it, got rid of it on every other side.
Any ideas why this is? If you go to my site and look at the green banner on the right hand side the 300x250 banner you will see the white line below it.
Thanks for your help! :)
Hi there,
Easiest way would be to update your CSS with a transparent background like so:
#media_image-2 {
padding: 0px;
text-align: center;
background-color: transparent;
}
Of course! I should have thought of that. Cheers. :)
You're welcome :) Easier then messing with the image fit.