[ad_1]
Hey together,
I found out, that the row – col structure breaks when trying to add “contact form 7” element in the left side
Example: Width 1200px – 2 Cols (8 – 4)
Adding “contact form 7” element to left side (8) then structure breaks
And looks like this:
<div class bt_bb_row>
<div class bt_bb_column></div>
</div>
<div class bt_bb_column></div>
Correct is:
<div class bt_bb_row>
<div class bt_bb_column></div>
<div class bt_bb_column></div>
</div>
When removing form everthing works fine
Looking forward for a fix 🙂