• Resolved MrBobDobolina

    (@mrbobdobolina)


    I am currently working on a template for my new site. You can see my work at http://applesauce.landofchaos.net/wordpress/

    On my post pages, if I have a short post, there is extra space put in between the comment author and the comment. If there is no comment on a short post there is a big gap in the comment form. If the post is long, there is no gap at all. I can’t for the life of me figure out why it is doing this.

    Is it suppose to do this? Why does it do thi? Is there any way to have it not do this?

Viewing 4 replies - 1 through 4 (of 4 total)
  • So much CSS to sift through…

    .commenttext {
    clear: both;
    }

    Tweak it till you break it! 😉

    Thread Starter MrBobDobolina

    (@mrbobdobolina)

    Okay, I got that all working. It turns out that the lenght of the sidebar was causing problems, so I put the single content div inside another div with a float and it got better.

    My next question is how to get it fixed so that you can enter data without having to tab to the name and email field when not using firefox. I don’t know where to begin with this one.

    Thread Starter MrBobDobolina

    (@mrbobdobolina)

    Woohoo! I had a box overlapping the input area. Made it so it didn’t overlap and it works! Yippeee!

    Glad you got the first problem fixed, though you didn’t need to mess with wrapping and floating. I posted the problem – you had the commenttext div set to “clear:both” which means it was clearing the sidebar. Remove that and you remove the problem.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Extra White Space?’ is closed to new replies.