Columns issue in iframe
-
Hi CFF-Team,
I’m using a lot of your Bootstrap/Grid system col-lg-4 etc. Now when loading the form in iframe, these don’t act because CSS is not loaded (no matter if “1” is added to the shortcode or not). When using your columns-selection (instead of col-lg …) of the fieldsets, it works perfectly fine. Since I need the col-lg sysstem, I added additional CSS on the page where the form is loaded but nothing happens:
fbuilder .row::after {
content: “”;
display: table;
clear: both;
} fbuilder .col-lg-1 { width: 8.333333%; float: left; box-sizing: border-box; padding: 0 15px; } fbuilder .col-lg-2 { width: 16.666667%; float: left; box-sizing: border-box; padding: 0 15px; } fbuilder .col-lg-3 { width: 25%; float: left; box-sizing: border-box; padding: 0 15px; } fbuilder .col-lg-4 { width: 33.333333% !important; float: left; box-sizing: border-box; padding: 0 15px; } fbuilder .col-lg-5 { width: 41.666667%; float: left; box-sizing: border-box; padding: 0 15px; } fbuilder .col-lg-6 { width: 50%; float: left; box-sizing: border-box; padding: 0 15px; } fbuilder .col-lg-7 { width: 58.333333%; float: left; box-sizing: border-box; padding: 0 15px; } fbuilder .col-lg-8 { width: 66.666667% !important; float: left; box-sizing: border-box; padding: 0 15px; } fbuilder .col-lg-9 { width: 75%; float: left; box-sizing: border-box; padding: 0 15px; } fbuilder .col-lg-10 { width: 83.333333%; float: left; box-sizing: border-box; padding: 0 15px; } fbuilder .col-lg-11 { width: 91.666667%; float: left; box-sizing: border-box; padding: 0 15px; } fbuilder .col-lg-12 { width: 100%; float: left; box-sizing: border-box; padding: 0 15px; } fbuilder .row {margin-left: -15px;
margin-right: -15px;
} fbuilder .col-lg-1, fbuilder .col-lg-2, fbuilder .col-lg-3, fbuilder .col-lg-4, fbuilder .col-lg-5, fbuilder .col-lg-6, fbuilder .col-lg-7, fbuilder .col-lg-8, fbuilder .col-lg-9, fbuilder .col-lg-10, fbuilder .col-lg-11, fbuilder .col-lg-12 {float: left;
box-sizing: border-box;
padding: 0 15px;
text-align: left; /* <== Wichtig für Beschriftung / vertical-align: top; / <== Für gleichmäßige Ausrichtung */
}Kind regards!
The topic ‘Columns issue in iframe’ is closed to new replies.