Picture Borders in Side Bar Widgets

In my sidebar, I have pictures that link to blog posts. The images are identical in size yet some of them seem to fill the container and others have a border approx 3px distance from each edge.

Is there a way to either have everything have a border of all fill the container?

You can view the sidebar atThe Beginners Reef

Thanks in advance,

Richard

Hi Richard,

Thank you for writing in, please add this to Theme Options > CSS

.x-sidebar .widget.widget_media_image img {
	border: 1px solid rgba(0,0,0,0.1);
    padding: 5px;
}

.x-sidebar .widget.widget_media_image .wp-caption {
	padding: 0;
	border-width: 0;
}

Hope it helps,
Cheers!

Perfect thanks Friech. It worked perfectly!

We are delighted to assist you with this.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.