Contact Form Inputs Not Using Full Width

Home Forums Jevelin Theme Contact Form Inputs Not Using Full Width

Home Forums Jevelin Theme Contact Form Inputs Not Using Full Width

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    RESOLVED Posts
  • iancdma
    Participant

    Please see attached screenshot.

    Attachments:
    You must be logged in to view attached files.

    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

    iancdma
    Participant

    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%;
    }

    iancdma
    Participant

    All good now, thanks!

    You are most welcome here 🙂

Viewing 6 posts - 1 through 6 (of 6 total)