[Resolved] dimensions of image in footer widgets

Home Forums Support [Resolved] dimensions of image in footer widgets

Home Forums Support dimensions of image in footer widgets

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #916911
    Mark

    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

    #917139
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Try adding this CSS:

    .footer-widgets img {
        width: 202px;
    }

    Let me know ๐Ÿ™‚

    #917174
    Mark

    Hi Tom,

    That reduced them – thanks. I would just like to center the 5 block widget on the page now.

    Mark

    #917183
    Tom
    Lead Developer
    Lead Developer

    Here you go:

    .footer-widgets {
        text-align: center;
    }
    #917187
    Mark

    Great! Thanks Tom,

    Mark

    #917340
    Tom
    Lead Developer
    Lead Developer

    You’re welcome ๐Ÿ™‚

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.