Fri, 2013-03-15 23:44
I have a problem with printing the comments field at the bottom (plugin jetpack)
1) I would like to have my comment box at the bottom, 20 pixels from the footer.
2) When in the comment field is big text comm, i cant see bottun post comment.
example
http://www.jasam.hr/zozotown-adidas-originals-campus-80/
Can you help me with css please.
Sun, 2013-03-17 22:12
#1
The comments are in an iframe :/
I really can't see how you're ever going to avoid that problem because the iframe has a fixed height on it. You'll either have to make the height of the iframe really tall to avoid the buttons getting cut off, or possibly use javascript to dynamically adjust the height of the iframe based on the height of the textarea.