• Resolved t3ch99

    (@t3ch99)


    There used to automatically be space between rows. Now whenever I have two images appearing one after another, they are glummed together with zero spacing. Same with text after an image sometimes. I don’t understand what changed or how to fix it. I need a universal fix because this is happening across all of my posts. ??

    I have 6.4.2

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • try to add this rule to your img: style=”margin: 5px auto 5px auto;” from the editor.

    Or add this css rule to your custom css file:


    .post-entry img {
    margin: 5px auto 5px auto;
    }

    Thread Starter t3ch99

    (@t3ch99)

    Thank you so much! That fixed it. I truly appreciate your help! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Space between my rows disappeared?’ is closed to new replies.