Cutline Theme Support Forums » Cutline Theme Support Forums

Comments have no line or paragraph breaks

(2 posts)
  • Started 4 years ago by wp
  • Latest reply from barfy
  • This topic is not resolved

Tags:


  1. Comments are displayed without line or paragraph breaks. What can I do to fix that?

    I want something like this for the comments:

    xxxxxxxxxxxx
    xxxxxxxxxx
    xxxxxxxxxxxx

    xxxxxxxx
    xxxxxxxxxx
    xxxxxxxxxx

    Right now, the comments look like this:

    xxxxxxxxxxxx
    xxxxxxxxxx
    xxxxxxxxxxxx
    xxxxxxxx
    xxxxxxxxxx
    xxxxxxxxxx

    Posted 4 years ago #
  2. barfy
    Member

    find this in your style.css:

    .comment .entry  p { margin: 0 0 0 256px; }
    
    	.respond p { margin: 0 0 0 128px; }

    and replace it with this:

    .comment .entry  p { margin: 0 0 1em 256px; }
    
    	.respond p { margin: 0 0 1em 128px; }
    Posted 4 years ago #

RSS feed for this topic

Reply

You must log in to post.