Support » Themes and Templates » Trouble with gap between content and comment link

  • Matty

    (@matty)


    Hi,

    I’ve got a problem with the word press menu, which I managed to put on to the left-hand side and a gap between the content of a post and its “comment link�. Check it out:

    http://mydiary.sritrisna.com

    If you look at the page using Firefox 1.0 you will see, that there is a huge gap between the content of the 1st post and it’s “comment link�. If you look at the same page in IE6 you will find no gap! I assume that the gap is somehow caused by the menu on the left hand side, because the gap is exactly the size of the bottom bit of the menu. On top of that, in Firefox, both the Category and Archive section are pushed below the picture of the shoreline. In IE6, everything is fine!

    Here’s the link to my style sheet:

    http://mydiary.sritrisna.com/wp-content/themes/devine/style.css

    Is there anyone out there who’s willing to have a quick peek at both my website and the style sheet? Any help is very much appreciated!

    -Matt

Viewing 3 replies - 1 through 3 (of 3 total)
  • hugoa

    (@hugoa)

    In your rules for the class feedback you have clear:both;
    this is doing just that and clearing the floated sidebar; remove it and you should be ok.

    .feedback {
    color: #ccc;
    text-align: right;
    clear:both // remove!
    }

    Hugo.

    Root

    (@root)

    A clearer div between the post and comments ? Ok.

    Thread Starter Matty

    (@matty)

    Dear HugoA,

    Thank you very much for your advice. Deleting clear:both did the trick! I would haver never found this out on my own! Thank’s again! You saved me a lot of sleepless nights!

    -Matt

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Trouble with gap between content and comment link’ is closed to new replies.