Hello! The text field in contact module is not right, it moves outside the box, could you tell me how to solve this? I send attached image and link where the problem is: https://www.grupodecredito.com.ar/contacto.html
sergiosp Hi Add this code in /css/custom.css file of the template
textarea#jform_contact_message {width:100%!important;}
Regards