form builder css?

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
buntrosgali
Forum Members
Forum Members
Posts: 167
Joined: Thu Apr 17, 2008 9:02 pm

form builder css?

Post by buntrosgali »

Ive created a form using form builder, one of the questions have a check box and they are grouped in 2 lines of 3 boxes. I want to know how I can style these so I can put them in one line of 6 boxes.


my page
User avatar
Owens
Forum Members
Forum Members
Posts: 97
Joined: Thu Dec 27, 2007 11:29 pm

Re: form builder css?

Post by Owens »

You will need to edit the template for the form. The current output is placing each check box group into a three cell table.

Code: Select all

 
 1
 
 2
 
 3

 
 4
 
 5
 
 6
When you edit a form in form builder. You will see a template tab. There are 4 available default templates (you can edit these to fit your needs). You can either edit the template you are using now to make it use more table cells across for each check box group or you can choose CSS driven template and use CSS to determine how many check boxes to have in a row.

Either way the first step is to change the form template.
Last edited by Anonymous on Fri Aug 28, 2009 10:18 pm, edited 1 time in total.
Post Reply

Return to “Layout and Design (CSS & HTML)”