Survey Project help! How can I make the question begin at the same height as the top of the textarea box?

In the css rules, try with:

textarea {
  vertical-align: super;
}

https://www.w3schools.com/cssref/pr_pos_vertical-align.asp

hmm that didn’t work. Any other suggestions?

I suggested that because I tried it and seemed to work. Sorry. :confused:
I have to think about another way, give me some time.
Or maybe I didn’t understad exactly what you wanted to accomplish. Please, tell what do you want to do, what happened when you applied the style rule that I suggested?