ghoulsnghosts
Member
Posted 3 years ago #
If you press "reply" in a post or in a comment in P2 with IE7 css puts a space between form and submit button
(e.g: see http://p2demo.wordpress.com/2009/04/14/weve-gone-and-released-p2-into-the-the/#respond).
Any way to fix?
TIA
ps everything works fine with chrome
I'm not seeing this problem, but a user at http://shortsay.com has reported something similar in IE7.
I wonder if it's something to do with jquery rather than CSS?
The solution for me involved editing the theme's style.css
Find
#main #respond, .textedit {
Add
height:1%;
ghoulsnghosts
Member
Posted 3 years ago #
added
height:1%;
to
#main #respond.replying, .textedit {
and fixed :-)
thanks!