• Resolved davemiller

    (@davemiller)


    I have a number of images inside my posts. In every browser, the image has no padding with the text in the post. It looks horrible. I don’t want to go through and add an img class with specific padding rules. Is there something I’m missing.

    You can view my site at https://www.themillerreport.com.

    Thanks for your help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Try adding padding to this definition:
    p img {
    padding: 0;
    max-width: 100%;
    }

    Thread Starter davemiller

    (@davemiller)

    Bingo! That’s it. I appreciate the help. I am extremely impressed with the speed of response in this forum. I have never had to wait longer than 30 minutes for a response. Thanks.

    Hi,

    Could you provide a little more detail on where I add this? I have the same problem as davemiller and I would like to increase the padding as well. Thanks,
    -Allen

    It should be in the stylesheet (style.css) of your theme.
    Increase the padding value until it’s OK for you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Image Padding Problem’ is closed to new replies.