Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author bestwebsoft

    (@bestwebsoft)

    Hi,

    We have received your query and it is now being processed. We will get back to you on this forum as soon as we can.

    Regards,
    BestWebSoft Support Team

    Plugin Author bestwebsoft

    (@bestwebsoft)

    Dear Rob,

    In the CSS file of your theme, on the line number 227 please change the code:

    #cntctfrm_contact_form {
    box-shadow: purple 0px 5px 20px 1px inset;
    padding: 30px 180px;
    border-radius: 20px;
    }

    for

    #cntctfrm_contact_form {
    box-shadow: purple 0px 5px 20px 1px inset;
    border-radius: 20px;
    max-width: 380px;
    width: 100%;
    padding: 30px;
    margin: 0 auto;
    box-sizing: border-box;
    }
    
    #cntctfrm_contact_form input.text,
    #cntctfrm_contact_form textarea#cntctfrm_contact_message {
    max-width: 320px;
    width: 100% !important;
    }

    This way, the contact form will be responsive.

    Regards,
    BestWebSoft Support Team.

    Thread Starter Rob

    (@promoting-all-things-good)

    That worked out great.
    Thank you.

    Rob

    Plugin Author bestwebsoft

    (@bestwebsoft)

    Dear Rob,

    You are welcome! We are glad that your problem has been resolved. Please feel free to contact us with any questions in future on our support forum https://support.bestwebsoft.com/.

    Regards,
    BestWebSoft Support Team.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Layout changed since latest update’ is closed to new replies.