• Resolved thebeggs4

    (@thebeggs4)


    Love the plugin, but I’ve noticed something a little strange. The line spacing in comment replies is different to top level comments; far more spaced out between each line of text. Just wondering if it’s by design, or whether there might be a conflict. I’d like to be able to change it so that there’s uniform spacing for all replies if possible.

    I’m not using any custom CSS within the wpDiscuz settings, nor do I have any custom CSS in my WordPress theme related to wpDiscuz (as far as I know) in my theme options.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support gVectors Support

    (@gvectorssupport)

    Hi thebeggs4,

    Yes, you are right this is a conflict with your theme.

    Please use the following CSS code. Put it in Dashboard > Comments > Settings > Styling > “Custom CSS Code” textarea, save it, delete all caches, do CTRL + F5 on frontend.

    #wpcomm .wc-comment-right .wc-comment-text p{
        line-height: 20px !important;
    }
    Thread Starter thebeggs4

    (@thebeggs4)

    Perfect, many thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Line Spacing in Replies’ is closed to new replies.