New Front EN › Support Forums › Haiku Theme Support › contact form width? › Reply To: contact form width?
Hey Dylandigits,
first of all, thank you for the purchase!
I am not sure I understood how exactly the contact form behaves on full-width pages (at the moment the page in question has a right-sidebar layout), yet I can tell that in Haiku the contact forms and other input fields are stretched to 100% of the page width by design, i.e. on a full-width page, one should expect them to stretch from one side of the inner content to the other.
If you wish to have a thinner contact form on a full-width page, you can change its behaviour by adding a line of CSS code to the textarea in the “Style: Add Custom CSS” tab of the Theme Options panel:
input[type=”text”], textarea { width: 60% !important; }
you can alter the “60%” to any figure you need. Do not forget to press the “Save All Changes” button in the end!
Please let me know if the code does what you need.
Sincerely,
Andrew / Satori Studio