I'll give you half the points :D The margin's don't need to change. It's the widths and two other important part that you didn't name yet
Although usually I would like people to figure it out themselves using some hints here is an almost complete possible answer:
Code:
#contact_us_form #lbl_23_0,
#contact_us_form #lbl_23_1,
#contact_us_form #lbl_23_2 {
width: auto;
display: inline;
float: none;
}
#contact_us_form #opt_23_0,
#contact_us_form #opt_23_1,
#contact_us_form #opt_23_2 {
width: auto;
}
It misses the left margin, but the ts will see that when trying. Perhaps there are other solutions as well, but they all need to change the display, width and possibly the float. :?
Bookmarks