Site logo

Archived topic

Sidebar image full width

3 replies · Started by Charlotte on June 21, 2019

Viewing posts 1–4 of 4

Hello, what is the best CSS to use to remove left and right padding from images in the sidebar? I am happy with the padding options for text but would like the images to be full width.
Thanks
Charlotte

Hi there,

so this method requires you to target the specific widget by its ID this one is the last widget image in the sidebar:

#text-30 {
    padding-left: 0;
    padding-right: 0;
}
#text-30 .widget-title {
    padding-left: 25px;
    padding-right: 25px;
}

I notice that image is set to align left which makes it float left, advisable that is left centered for this to work.

Thanks very much

You're welcome

This archived topic is closed to new replies.