• I recently coded a layout for my site https://www.whitehousebattle.com into wordpress. I got it set up all fine, but when i try to write a page or post, it won’t add a line between paragraphs.

    This issue really has frustrated me, i’ve looked, but i haven’t found anything that i would think would have caused the problem, and i’ve been putting in
    in between the lines to get it done, but whenever i open the posts up to edit them, i have to redo it, and its just frustrating throughout.

    Can anybody else tell me why this is happening and how I can fix it? I’d really appreciate any help on this issue

Viewing 2 replies - 1 through 2 (of 2 total)
  • try adding a margin at the bottom of your p via your css

    You currently have this:

    p { line-height:18px; padding-left:2px; font:14px verdana, geneva, san-serif; color:#666; text-align:justify}

    perhaps change it to this:

    p { line-height:18px; padding-left:2px; font:14px verdana, geneva, san-serif; color:#666; text-align:justify;margin-bottom:24px;}

    Thread Starter memoryproblems

    (@memoryproblems)

    thanks a ton, this fixed all my problems ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘No Line Between Paragraph’ is closed to new replies.