Site logo

Archived topic

Right Sidebar Padding

3 replies · Started by Mark on June 21, 2019

Viewing posts 1–4 of 4

Please let me know the css to remove sidebar padding from images. Please see my site. Thanks

Hi there,

try this CSS:

.sidebar .widget_media_image, .sidebar .widget_sow-image {
    padding: 0;
    font-size: 0;
}

boom shakalaka! thanks

Glad to be of help :)

This archived topic is closed to new replies.