Reply To: Issue with border around image

Homepage Community Forums Ally Theme Support Issue with border around image Reply To: Issue with border around image

#12938
troy
Customer

    Ok, i think i got it.
    Not sure if this is right, but this is what works

    .home-feature-1 .featuredpost img,
    .home-feature-1 .featuredpage img {
    border: 1px solid #0e2941;
    padding: 3px;
    }
    .home-feature-2 .featuredpost img,
    .home-feature-2 .featuredpage img {
    border: 1px solid #0e2941;
    padding: 3px;
    }
    .home-feature-3 .featuredpost img,
    .home-feature-3 .featuredpage img {
    border: 1px solid #0e2941;
    padding: 3px;
    }

    This is resolved


    Life’s Hard, its a lot Harder if you are stupid