Center a Form

By default, forms are left justified.  You can center them with a little CSS work, this is a good place to start:

#formloom-pageX
{
  width: 600px ;
  margin-left: auto ;
  margin-right: auto ;
}

(Be sure to add your page # as shown on the style tab, for example, change #formloom-pageX to #formloom-page5 if your page # is 5.)

Have more questions? Submit a request

0 Comments

Article is closed for comments.
Powered by Zendesk