Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Can't get rid of a white border space around linked images

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #266278
    JWachter
    Participant

    petersenpt.com

    I’m trying to get rid of the white space around the services images and map images.

    I’ve tried everything I can think of. I’m using the “Additional CSS” function in the WordPress appearance editor.

    Please help!

    #266279
    Paulie_D
    Member

    It’s not a border.

    .entry-content a img, .widget a img {
        -webkit-box-shadow: 0 0 0 8px #fff;
        box-shadow: 0 0 0 8px #fff;
    }
    
    #266302
    JWachter
    Participant

    Totally worked, thank you!

    That was really eating my lunch yesterday.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.