Columns
-
I would like the fields to be in two columns. At two columns the whole area is 50% of the website.
What I want
| Field_1 50% | Field_2 50% |What is happening when I do two columns
| Field_1 25% | Field_2 25% | Empty_Space 50% |this is the css it spits out: everything is wrapped in .fields.column2
media screen and (min-width: 740px), print #fbuilder .fields.column2 { float: left; width: 49.9%; clear: none; }
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Columns’ is closed to new replies.