Hello, I am trying to fix a comments template of a wordpress theme. It looks good in all explorers (firefox, netscape, chrome and explorer 8) However in explorer 7, it shows a white space in my comment section. I think it's related to the gravatar and the "float:left" command, but I don't know how to fix it.. Tried many things with no luck.. tried to change the paddings and margins but the problem persist.. I will post two pictures to show the problem: Explorer 7: Explorer 8 and Firefox (works fine): Not sure if I must paste the code right now, because i am not completely sure if the problem is in the style.css with float:left, or in the functions.php or comments.php with some div. But anyway, If you can please tell me what code should I paste to look for the error, I will do so! I will really thank you if you can help me with this one.
Ok, after tweaking some code I finally fixed it. Problem was not only in the css, but in the functions.php too. Sometimes it can be a tough job to adapt a template for every browser out there.