Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Brady Vercher

    (@bradyvercher)

    Hi Lisa, did you get this figured out? I’m not seeing the white border on your site anymore.

    – Brady

    Thread Starter gruunaLisa

    (@gruunalisa)

    Hi Brady,
    yes, I figured it out. Sorry for not updating here in the forum.

    I’m using a theme where I can add CSS without actually changing my stylesheet.

    That’s what I put in:
    #sidebar2 div.sidebar-wrap {
    background:none;
    -webkit-box-shadow:none;
    box-shadow:none;
    margin:0;
    padding:0;
    }

    #sidebar2 p img {
    border: none;
    }

    #sidebar2 {
    margin-top: 0;
    }

    That did the magic. Thanks for getting back to me though.
    – Lisa

    Plugin Author Brady Vercher

    (@bradyvercher)

    No problem, glad to hear you got it worked out!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove white border around my image’ is closed to new replies.