• mack888

    (@mack888)


    Hi

    How do i got about removing the white borders around the image in my right sidebar widget?

    I would like the image to fully fill up the widget.

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • David

    (@diggeddy)

    Hi there,

    try adding this CSS:

    .sidebar.widget-area .widget {
      padding: 0;
    }
    
    .sidebar.widget-area .widget img {
        width: 100%;
        vertical-align: bottom;
    }
    Thread Starter mack888

    (@mack888)

    Thanks David for the assistance.

    It’s working nicely now ??

    Glad to hear that!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove Borders from Image Widget’ is closed to new replies.