Hi
A problem and a solution in one post:
my zip code field and the city field didn't align in my form. I sorted out in Firebug that removing a line break '' solves it, but could not find the code. I tried removing linebreaks in common.php but that doesn't work.
I figured out that adding soms css to remove the unwanted break does the trick:
' .ginput_complex.ginput_container br { display:none } '
Here a 3 screenshots:
http://www.41c.nl/downloads/schermproef_2577.png
http://www.41c.nl/downloads/schermproef_2578.png
http://www.41c.nl/downloads/schermproef_2579.png
Using version 1.6.2 / WP 3.2.1