Indeed "vertical-align:middle" is the fix for the form mis-alignment
As for the gap between the columns, that comes from not overwriting the value of "margin-left:5px" that comes with every ".container_13 .grid_10" selector.
You need to cut the 5 pixels from the margin and add them to the total width of the .grid_10 elements.
Thus:
.container_13 #content .grid_10 {margin-left:0px; width:726px;}
Main Topics
Browse All Topics





by: KravimirPosted on 2009-10-19 at 11:01:02ID: 25607464
Hello Ryan.
> - the form text is pushed down
Give "#mid-bar input" vertical-align:middle
> - the space in between left col and middle col is almost double and is pushing off.
It looks fine to me?