Support Forums

We encourage an open exchange of information. Ask your questions or make suggestions. We are here to help, but we also encourage all of you to help one another.
Click on the Subscribe Flag to be notified by email of replies to your post.
Current User: Guest Login Register
Please consider registering

UserPost

2:18
July 27, 2007


Marcos

Guest

Hello,

I just built a submission form and for some reason the top line is indenting to the left. If I add a space above it, it is fine and all the text is on the same margin, but it looks odd to have so much space. How can I fix this?

http://pro5.sgizmo.com/survey.php?SURVEY=B6I7BB04Z1S3HYH7V48IIQ1GJ6X93W-12748-1253416&pswsgt=1185560114

In addition, how would I edit the title text so it can maybe have a different color or a border around it?

Thanks,

Marcos

2:40
July 27, 2007


jason

Member

posts 159

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!

4:24
July 27, 2007


Marcos

Guest

Thanks for the help Jason. I am in the process of learning some CSS, so the info you provided is prefect. Thanks!

Add a New Topic Reply to Post


Reply to Topic: Indent error

Guest Name (Required):

Guest EMail (Required):

Guest URL (required)

Math Required!
What is the sum of: 2 + 2        (Required)

Topic Reply:


 
© Simple:Press Forum - Version 3.1.4 (Build 357)