formidable forms: line break between form cells
-
Hi
I am using formidable forms (see
form) and would like to export the entries with dk pdf.The form cells do not align correctliy, there is always a line break between to cells of a row (see screenshot_pdf). To red and green border are for visualisizing the cells. There shoud be always one red and one green cell in a row and on the same line.
Her is the css code, I added in the plugins css editor:
.formtable {
display: table;
line-height: 180%;
font-family: “Open Sans”, sans-serif;
font-weight: 300;
border-collapse:collapse;
}.formrow {
display: table-row;
}.formcell1 {
display: table-cell;
width: 200;
padding: 0 0 10px 0;
vertical-align: top;
text-align: left;
font-size: 10pt;
font-weight: 600;
border: 1px solid green;
}.formcell2 {
display: table-cell;
width:400;
padding: 0 0 10px 0;
vertical-align: top;
text-align: left;
border: 1px solid red;
}Im using firefox and as operating system Unbuntu as well as Windows.
Thanks for any hint!
The topic ‘formidable forms: line break between form cells’ is closed to new replies.