Automated (?) div is clearing my floats
-
I added HTML before and after the form fields to get my form into a few sections, each with two floating columns. Trouble is, there seems to be a
<div style="clear:both;">
that is interfering with my floats.I tested that this div is the source of the problem by adding this to my CSS:
#FSContact1 div[style="clear:both;"] {display:none;}
Unfortunately, this isn’t working in IE, which is the browser of choice for most of our website visitors.Weird bonus feature to my problem: I think it was working fine without the additional CSS last night and I haven’t made any changes in between.
So, in summary, is there any way to either get rid of this div altogether (I’m thinking at this point it may be generated by the plugin) or to hide it with CSS in a way that’s IE-friendly?
Here’s my form, for reference: https://chnzdev.nz123.co.nz/trade-contact/ (Try opening it in IE, and then something else and you should see the difference.)
Thanks!
- The topic ‘Automated (?) div is clearing my floats’ is closed to new replies.