Mazi and Holch,
Thanks again for your help on this, I have the questions aligning properly.
Here is the per question css to get this working properly
#question1 {
width:50%;
float:left;
}
#question2 {
width:50%
}
#question3 {
width:50%;
float:left;
}
#question4 {
width:50%
}I have just a few other UI issues on this can I can't quite figure out.
I have attached a picture that shows what we are looking at.
Here are the things that I would like to change
1. the asterisk indicating the question is mandatory is up above the question and is on a grey backgroun.
I know that I can set the background-color to transparent, but how would I do the following: remove question div so that the asterisk is right next to the previx, remove help div so there is not extra spacing at the bottom, remove the border around the question.
Thanks again!