Archived topic
Sticky sidebar with Dispatch
21 replies · Started by Simone on July 18, 2021
Try adding this CSS:
aside#block-3 {
padding: 0;
}
aside#block-3 img {
width: 100%;
}
Hi
Thank you. I did put the code in the CSS section and it's still small
Let's modify it a bit.
Try this instead:
.widget_media_image.inner-padding {
padding: 0;
}
.widget_media_image.inner-padding img {
width: 100%;
}
Hi Elvin,
It works fine for now. Thank you!
I hope it will stay that way because the first code you sent me worked for the first picture, but then when I changed the block style, the image got small again.
Yeah because that one used a selector specific to that particular widget.
I've modified the CSS so it applies to all media image widget. :D
Awesome, thank you!
No problem. :)