My web developer is trying to plug a MKTO form on a non-MKTO LP and place it horizontal. Even with the drag and drop feature in Forms 2.0 (I've made the form horizontal in my instance) it is not showing up horizontal on the LP. MKTO says this is an issue with the styling of the LP, so my web developer removed the styling yet it still won't show up horizontally. The developer says MKTO is automatically putting a width of 631px on the form -- is there a way to remove this??
Add a CSS !important rule:
.mktoForm {
width: auto !important;
}