[Support request] Sidebar Images: Increase Height Not To Get Minimized

Home Forums Support [Support request] Sidebar Images: Increase Height Not To Get Minimized

Home Forums Support Sidebar Images: Increase Height Not To Get Minimized

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1552623
    wan

    Hey there,

    I’m trying to upload an image/banner on my right sidebar but once I’ve uploaded it, the image was being shrunk to the square size of the widget.

    My image is 280 x500 and I would like the image to show as its full size..

    Would really appreciate any help on this!

    Thanks in advance.

    #1553079
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    It looks like the image size attributes are set to smaller than the image: https://www.screencast.com/t/xjM04vYKiJc

    When inserting the image, make sure you’re inserted the full size.

    Let us know πŸ™‚

    #1554293
    wan

    Ah, my mistake! Thanks for pointing that out Tom πŸ™‚

    Just another question, is there a way I can make the image centered?

    #1555008
    David
    Staff
    Customer Support

    Hi there,

    add this CSS to make sure the image fills the widget area:

    .inside-right-sidebar .widget_media_image img {
        width: 100%;
        vertical-align: bottom;
    }

    and if you want to remove the white padding add this as well:

    .inside-right-sidebar .widget_media_image {
        padding: 0 !important;
    }
    #1555765
    wan

    Awesome! Thank you so much πŸ™‚

    #1556213
    David
    Staff
    Customer Support

    Glad to be of help

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