Home › Forums › Jevelin Theme › Contact Form Inputs Not Using Full Width
Home › Forums › Jevelin Theme › Contact Form Inputs Not Using Full Width
Hi @iancdma,
I hope you are well today and thank you for your question.
Could you please share me the page URL from your site where it is displaying so that I can help you?
Best regards,
Shufflehound team
There
Solution for this topic
You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
#page-container .contact-form textarea { width: 100%; } #page-container .contact-form input[type=email], #page-container .contact-form input[type=text], #page-container .contact-form input[type=url] { width: 100%; max-width: 100%; }
All good now, thanks!
You are most welcome here š