Deprecated: Function get_currentuserinfo is deprecated since version 4.5.0! Use wp_get_current_user() instead. in /var/www/html/wp-includes/functions.php on line 5383

Reply To: contact form width?

New Front EN Support Forums Haiku Theme Support contact form width? Reply To: contact form width?

#1534
mmsatori
Keymaster

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