Marcos-
Your indent has been fixed! It was occurring because most surveys start with numbered questions, which look a little better with indent.
That is controlled in the CSS portion of the look & feel area of your survey. Specifically I commented out the “text-indent” line as you can see below (putting a /* and */ around css code tells the browser to ignore it)
.sg_QuestionTitle {
margin:0 10px 0 30px;
/* text-indent:-25px; */
font-size:1.2em;
line-height:1.3em;
}
Regarding your second question, it can also be modified in the CSS area of look and feel. Look for this entry and you can use CSS to modify the title in anyway you want!
h1.sg_Title {
clear:both;
text-align:center;
font-size:1.9em !important;
}
your survey looks great BTW!