Site logo

Archived topic

Exception to global widget padding setting

3 replies · Started by Karl on November 16, 2019

Viewing posts 1–4 of 4

Hello,

I use the customizer for standard control with the widget padding, now set to 40,40,40,40.
But I want to make one image widget without padding.
What is the best way?

best regards
Karl Aakerro

Hi there,

CSS is needed.

Are you referring to the third sidebar widget with the image?

If so try this:

.sidebar #media_image-3 {
    padding: 0;
}

Adding CSS: https://docs.generatepress.com/article/adding-css/

Then make sure the image is around 310px in width so there isn't any space in either side.

Let me know if this helps :)

Hi Leo,
This worked fine. Just put it into Simple CSS.
Thank you!

Karl

No problem :)

This archived topic is closed to new replies.