Viewing 5 replies - 1 through 5 (of 5 total)
  • Edit your themes style.css to add margin/padding.

    Example:

    .content img {
    background: #fff;
    border: none;
    margin: 5px;
    padding: 5px;
    }

    clmartin22

    (@clmartin22)

    I added that to my style sheet but don’t see any improvement.

    This Little Light

    Any help would be appreciated.

    Pizdin Dim

    (@pizdin_dim)

    No, you won’t. Not until you change the “.content img” to “.post p img” anyway.

    clmartin22

    (@clmartin22)

    No, you won’t. Not until you change the “.content img” to “.post p img” anyway.

    I am not sure what you mean. I assume you mean put this in my style.css file:

    .post p img {
    background: #fff;
    border: none;
    margin: 5px;
    padding: 5px;
    }

    Pizdin Dim

    (@pizdin_dim)

    Yes, exactly.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Better spacing around an image’ is closed to new replies.