• I am having issues with spacing within my posts. I will hit enter several times to create a chunk of space between paragraphs, and it will display the way I want in my editor (both visual and text). But when I go to preview or publish a post, the spaces aren’t there and my paragraphs are right up against each other. This is especially annoying at the beginning of the posts- I typically put a picture with a credit line directly under it. I would like to the have at least two spaces between the credit and my opening paragraph, but it always shows up directly under the credit line making things look cramped.

    I seriously have no idea what I could possibly be doing wrong. Is anyone else having this issue? Or do you know what could possibly be causing it?

    Since it’s always mentioned, I am using a child theme.

    Thanks in advance for any help or advice.

    You can find my blog Pines & Palmettos here:
    http://www.pinesandpalmettos.com

Viewing 1 replies (of 1 total)
  • Hi P

    Great to know that you have been using child theme. cheers to that.

    I looked into your site and it seems you have done a great deal of customisation and hence, the issue you are talking can be beacause of anything. so the eastiest way would be to add a photo credits within a div or span with a class “credits” and then use the following css to make a margin below it.

    .credits {
        margin-bottom: 15px;
    }

    Hope it helps!!

Viewing 1 replies (of 1 total)

The topic ‘Spacing Issues’ is closed to new replies.