How to remove width from the entire form?

Anonymous
Not applicable

How to remove width from the entire form?

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??

Tags (1)
1 REPLY 1
SanfordWhiteman
Level 10 - Community Moderator

Re: How to remove width from the entire form?

Add a CSS !important rule:

.mktoForm {

     width: auto !important;

}