• Resolved SantaFeMichael

    (@santafemichael)


    I love this theme, but I am having trouble finding the correct spot in the style sheet to pad images. I am using a child theme and have made other changes in style.css and functions.php but I am still having trouble with padding of featured images in single posts. Out of the box it is not padding the images at all.

    Secondly there are some posts on the recent posts page that do not show featured images yet they show in single posts pages and of course they do exist. I know it must be something simple but these old eyes are not seeing it today so I was hoping someone who has been using this theme for a while can clue me in.

    the site is http://bbsnews.net and an example single post can be had from there. I tried to add padding in the first instance of Custom Image Border but it didn’t change any padding so I am at a loss.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter SantaFeMichael

    (@santafemichael)

    Can anyone clue me into as to why images that are with posts are not showing up on the recent posts page? I really would like to know. Some show and some don’t and I am not seeing why. And it would be great if one of the theme developer’s could point to why there is no padding around images in posts?

    I cannot find a specific instance in the stylesheet that controls image padding around post images in single.php – can anyone help answer these questions?

    Thread Starter SantaFeMichael

    (@santafemichael)

    If anyone else has this problem when having images aligned to the left, there is no padding on the right side of the image I added this to my child theme style sheet:

    #content img {
        margin: 0;
        margin-right: 7px;
        height: auto;
        max-width:100%;
        -moz-box-sizing:border-box;
        -webkit-box-sizing:border-box;
        box-sizing:border-box;
    }

    I chose 7 pixels.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Image padding and missing images’ is closed to new replies.