Hello – Please see the bottom of http://thebailorgroup.com/freeprogram. In current chrome and firefox the bottom of the page displays correctly, however, the bottom of the page is cut off in current IE. Please see this screen shot: http://thesmarterscienceofslim.com/wp-content/uploads/2013/08/form-bug.png
How can we ensure the bottom of the page displays properly in IE? Thank you
Hey,
Please add this on your custom.css or Quick CSS
.moonray-form-p2c10469f18 {
display: block !important;
position: relative;
min-height: 348px;
}
Regards,
Ismael
Perfect! Thanks Ismael