• Resolved slippers

    (@slippers)


    Hi,

    How can I add an image to the sidebar (like a banner or something) without the padding around it?

    I tried adding some custom css with 0px padding but I still get a small white space at the bottom of the image.

    Loving this theme by the way! ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Tom

    (@edge22)

    Adding the custom CSS with 0px padding is a good start.

    I’ll need to see the widget in order to see what that small white space is though.

    Let me know ??

    Thread Starter slippers

    (@slippers)

    Wow! now that’s what I call fast support ??

    I fixed the padding by tweaking the css some more (I’m not a coder)

    This is what’s working for me now:

    aside#text-2.widget.inner-padding.widget_text {
        padding-top: 0px;
        padding-bottom: 0px;
        padding-right: 0px;
        padding-left: 0px;
    }
    Theme Author Tom

    (@edge22)

    Looks good to me! ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Adding an image to sidebar without the padding (full size)’ is closed to new replies.