Center entire form
-
I am wanting to center the form on the page but am uncertain how to do it. Can anyone help? I am using the following code
/* Contact Forms */ .wpcf7-form { background:#ffffff; color: #000000; border:1px solid #ffffff; border-radius:7px; width:auto; padding: 10px 20px; margin-bottom:10px; } .wpcf7 input[type=\"text\"], .wpcf7 input[type=\"tel\"], .wpcf7 input[type=\"email\"], .wpcf7 textarea { background-color: #ffffff; color: #000000; height: 25%; /* use % for mobile view */ width: 100%; /* use % for mobile view */ border: 1px solid #000000; border-radius:7px; }
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Center entire form’ is closed to new replies.