How to remove width from the entire form? | Community
Skip to main content
August 23, 2015
Question

How to remove width from the entire form?

  • August 23, 2015
  • 1 reply
  • 990 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

SanfordWhiteman
Level 10
August 23, 2015

Add a CSS !important rule:

.mktoForm {

     width: auto !important;

}