Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Takayuki Miyoshi

    (@takayukister)

    You have these rules in your theme’s stylesheet:

    .wpcf7 {
        width: 80%;
    }
    
    #wpcf7-f996-o1 .wpcf7-form {
        display: inline-block;
        float: left;
        width: 55%;
    }

    These width properties makes the form area narrow. So remove them first.

    Then add this rule to allow one line to contain two list items:

    .wpcf7-form .singleline li {
        max-width: 50%;
    }
    Thread Starter The Travel Thread

    (@the-travel-thread)

    THANK YOU!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘2 fields on same row’ is closed to new replies.