Hello,
I have placed a contact form 7 box in a row module with text formatting and colored background. When I added new rows below, the text is all “strong” and I can’t turn it off even though I added: <div style=”clear: both;”></div> <div style=”clear: left;”></div> I need to end the formatting as it’s making all content beyond the form as bold. I’m pretty sure this is the problem as when I removed the contact form code – everything went back to normal.
Here is the html code I used for the form:
<div style=”background: #1C63AA; float: left; margin: -15px 0 25px 0;”>
<div style=”width: 375px; margin-left: 10px; margin-right: 15px; color: #fff;”>
<p style=”margin-top: 10px; color: #fff;”><span style=”font-size: 14pt;”>Please feel free to contact us with any questions that you may have.</span></p>
[contact-form-7 id=”43″ title=”Contact form 1″]
</div>
</div>
<div style=”clear: both;”></div>
<div style=”clear: left;”></div>
Link to the site: *Login to see link
Thank you!!