Viewing 1 replies (of 1 total)
  • Plugin Author Danny van Kooten

    (@dvankooten)

    Hi Bart,

    We’ve had contact already but just answering this topic in case others stumble upon this Q.

    You can have an horizontal form with both versions of the plugin. The premium version allows to display form fields “inline” without touching any CSS.

    In the lite verison, you will need to add a few lines of custom CSS to your theme stylesheet to get this to work.

    .mc4wp-form label,
    .mc4wp-form input {
    	display: inline-block;
    	width: 120px;
    }

    Hope that helps!

Viewing 1 replies (of 1 total)

The topic ‘Horizontal form layout’ is closed to new replies.