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

1:12
October 23, 2008


Julie

Guest

How do I center the header in my survey?

3:57
October 23, 2008


cheri

Moderator

posts 593

Hi, Julie.

The simplest method will center the image as well as the title. Go to your survey's EDIT SURVEY > LOOK & FEEL section, scroll down to the CSS box, and about 1/4 of the way down find the following:

#sg_header {
margin:0;
padding:15px;
min-height:40px;
}

Change this to the following (adding the text-align:center;):

#sg_header {
margin:0;
padding:15px;
min-height:40px;
        text-align:center;
}

–Cheri

Add a New Topic Reply to Post


Reply to Topic: Center Header

Guest Name (Required):

Guest EMail (Required):

Guest URL (required)

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

Topic Reply:


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