Hi,
I have a problem with the location of the post comment button. I appears over the comment itself. Take a look at: http://www.sociolean.nl/?p=120
A bug in the css? A solution would be welcome..
Thanks,
Remco
Hi,
I have a problem with the location of the post comment button. I appears over the comment itself. Take a look at: http://www.sociolean.nl/?p=120
A bug in the css? A solution would be welcome..
Thanks,
Remco
Hi sociolean,
Try to use this code:
#top .commentlist .comment-reply-link {
top: auto;
left: auto;
}
or this code if the above code doesn't work:
#top .commentlist .comment-reply-link {
top: auto !important;
left: auto !important;
}
Hope this helps. :)
Regards,
Nikko
Thanks! Much better now.
Hi sociolean,
Glad that I could help you. :)
Cheers,
Ismael
This topic has been closed to new replies.