• Hi all, brand new user, just getting to grips with things but am feeling rather pleased with myself for managing to integrate wordpress into my website https://www.sftrecords.co.uk

    One thing is a problem though, when I leave a test comment the resulting box it creates is massive. I might only comment one line but it creates a huge empty box with one line filled in the middle. Any ideas how I can resolve this?

    Thanks for reading!
    Michael

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter sftrecords

    (@sftrecords)

    bumpety bump! didn’t take long for this to slip off the first page!

    Hi,
    in the style.css file adjust this the height of the .outer-comment to 28px instead of 100%. See below.

    .comment-list .outer-comment, .comment-list .children .outer-comment {
        background: none repeat scroll 0 0 #F7F7F7;
        display: table;
        height: 28px;
        overflow: hidden;
        position: static;
        width: 100%;
    }

    Hope it helps!
    Gr – L

    Thread Starter sftrecords

    (@sftrecords)

    Worked an absolute charm. Thanks very much, I’d just spent 15 minutes trawling through the css sheet and missed that.

    Thanks again laurenserge, very nice of you to help me.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Massive comment box after submitting’ is closed to new replies.