• Resolved Halil ESEN

    (@halilesen)


    I remember when I didn’t have this problem before. But it can be annoying sometimes. When a title is added in the article and an image is added just below the title, they seem to be stuck together. So the normal paragraph spacing is removed.

    Here: https://i.hizliresim.com/omeeo1y.jpg

    Can you help fix this?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Try adding this CSS and let me know how it works for you:

    .post-content h2,
    .post-content h3,
    .post-content h4,
    .post-content h5,
    .post-content h6 {
      margin: 1.5em 0;
    }
    Thread Starter Halil ESEN

    (@halilesen)

    It seems like it got better when I readjusted it like this:

    .post-content h2,
    .post-content h3,
    .post-content h4,
    .post-content h5,
    .post-content h6 {
      margin: 0 0 1em 0;
    }

    Thank you so much.

    Theme Author Ben Sibley

    (@bensibley)

    Got it, thanks for the tip.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Distance with the picture under the title’ is closed to new replies.