Archived topic
dimensions of image in footer widgets
5 replies · Started by Mark on June 1, 2019
I have 5 footer widgets in my site that each contain an 404px x 128 px image. I would like the images to display at half that size, 202 x 64. I have uploaded an image of that reduced size and placed it in footer widget 1. However, the displayed size does not seem to change.
Is there something else (e.g., padding) that controls the displayed image size in the footer widgets?
Thanks
Hi there,
Try adding this CSS:
.footer-widgets img {
width: 202px;
}
Let me know :)
Hi Tom,
That reduced them - thanks. I would just like to center the 5 block widget on the page now.
Mark
Here you go:
.footer-widgets {
text-align: center;
}
Great! Thanks Tom,
Mark
You're welcome :)