• I’m trying to create a simple single line form. I would like the submit button to be on the same line as the email input and to the right of it.

    Is there a way to do this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter KyleLeFevre

    (@kylelefevre)

    Just as a note I tried the suggestions listed in the other single line questions listed before. I put the following in the CSS along with variations of it to try and figure out the class name properly:

    
    body .cf7-style.mailchimp-ext-0.4.38.cf7-style-134 p {
    display: inline-block;
    }
    

    Here is the top of the form as it appears in the source:

    
    <form action="/#wpcf7-f97-p50-o1" method="post" class="wpcf7-form mailchimp-ext-0.4.38 cf7-style cf7-style-134" novalidate="novalidate">
    
    Plugin Author Lehel Szilard Marosi

    (@mlehelsz)

    Greetings KyleLeFevre,

    Can you confirm that all of your elements which needs to be positioned horizontally are placed in paragraphs(Example: <p>element</p>)?

    Regards,
    Lehel

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Single Line Submit Button’ is closed to new replies.