Rows & Column Styling Issues after Update
-
Hello, ever since the new update most all my forms where I am using the following to create form columns, have changed to no longer display the columns correctly, here is the code I use:
<div class="row"> <div class="col span_6"> [text* your-name placeholder "Your Name"] </div> <div class="col span_6"> [text* your-surname placeholder "Your Surname"] </div> </div> <div class="row"> <div class="col span_6"> [email* your-email placeholder "Your Email Address"] </div> <div class="col span_6"> [tel* your-subject placeholder "Your Mobile Number"] </div> </div> [textarea your-message placeholder "Your Message"] [submit "Send Message"] <script> document.addEventListener( 'wpcf7mailsent', function( event ) { location = '/thank-you/'; }, false ); </script>
—
Please advise
Viewing 14 replies - 1 through 14 (of 14 total)
Viewing 14 replies - 1 through 14 (of 14 total)
- The topic ‘Rows & Column Styling Issues after Update’ is closed to new replies.