Home › Forums › All Other Themes › naturo contact
- This topic has 12 replies, 4 voices, and was last updated 7 years, 10 months ago by Sonl Sinha.
-
AuthorPosts
-
September 20, 2016 at 10:55 pm #47089
Hi all,
Theme layout does not line up when using contact form 7. How to resolve?
http://www.jerryshawdesign.net/contact/September 21, 2016 at 9:28 am #47121Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
.wpcf7 form p {display: inline; float: left; width:50%;}
.wpcf7 form p:nth-child(5), .wpcf7 form p:nth-child(5) { width:100% !important;}
.wpcf7 p:nth-child(4) input, .wpcf7 p:nth-child(4) textarea { width:92.50% !important;}Regards,
ShriSeptember 21, 2016 at 7:46 pm #47193did not work. Contact page still not right.
Also,
1. menu has a weird spacing issue (See Design Solution)
2. Logo has spacing issue as well.
3. how do I change from 4 columns to 3 columns for footer?September 21, 2016 at 7:53 pm #47197menu issue resolved.
September 21, 2016 at 8:14 pm #47202Also contact form in sidebar not aligning properly
September 22, 2016 at 5:48 am #47238Hi Michael,
Kindly send us your URL of the site and WordPress admin details via sktthemes.net/contact
Please mention this forum URL while replying so that we understand what needs to be done.
Regards,
BradSeptember 22, 2016 at 10:30 pm #47312info sent
September 23, 2016 at 6:14 am #47338Okay
September 26, 2016 at 9:23 am #47570Hi Michael,
We need full access to settings and Appearance.
Regards,
BradSeptember 26, 2016 at 4:28 pm #47650try it now?
September 27, 2016 at 5:19 am #47690Okay
February 6, 2017 at 5:17 am #60981How do I change the contact form I am using? Thank you for the help
February 6, 2017 at 7:34 am #60997Hi Elena,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
.wpcf7 form p { width:100% !important;}
#contactform_main input[type=”text”], #contactform_main input[type=”email”], #contactform_main input[type=”tel”], #contactform_main input[type=”url”], #contactform_main textarea, .wpcf7 form input[type=”text”], .wpcf7 form input[type=”email”], .wpcf7 form input[type=”tel”], .wpcf7 form textarea { width:85%;}
.wpcf7 p:nth-child(4) input, .wpcf7 p:nth-child(4) textarea { width:85% !important;}
div.wpcf7 .wpcf7-recaptcha iframe { float:left !important; margin-bottom:20px !important;}Regards,
Brad -
AuthorPosts
- You must be logged in to reply to this topic.