• Hi – I just installed wordpress and I’ve been working on my own theme. For some reason (maybe related to my css styles), my page is not showing any space between paragraphs in my postings. I cannot figure this out… I would greatly appreciate some help!

    You can see an example of this on https://www.thegulfmusic.com. If you look in the source, you’ll the see <p> tags throughout the first posting, but for some reason there is no blank space in the browser. I’ve looked through the css many times and can’t find the cause…

    I know the page is screwed up right now, but I assume the space/margin after a <p> should function properly…

Viewing 1 replies (of 1 total)
  • Moderator Samuel Wood (Otto)

    (@otto42)

    www.remarpro.com Admin

    I fail to see what you’re talking about. You only have a few paragraphs there, and they’re on separate lines.

    What are you expecting to happen? You don’t have any specific paragraph CSS. The closest thing to apply is this:

    * {
    padding:0;
    margin:0;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Help with paragraphs/whitespace in postings’ is closed to new replies.