Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #13997
    EveryHome
    Member

    I’d really appreciate it if somebody could shed some light on how to remove the spacing between the images and borders on my site (http://www.everyhomeisacastle.com). I’d like to retain the functionality of having a border but without the gap around the edges.

    #14002
    Sakin
    Keymaster

    @EveryHome: You can try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.

    img[class*="align"], img[class*="wp-image-"], #content .gallery .gallery-icon img, img.wp-post-image, img.attachment-thumbnail {
        border: 1px solid #CCCCCC;
        padding: 0;
    }
    #14039
    EveryHome
    Member

    That worked a treat – thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Remove image spacing’ is closed to new replies.