Sona
(@support-web-dorado)
@simaduse,
Some styles are inline since those can be modified within the form options. Thus it is possible to edit them form the form fields, but we do not use percentage. Still the plugin is responsive, so no worries on that.
Thx,
but i have to do something so it can be responsive?
because i use it with 500px wide and its not working.
this is the website.
http://agrovirutas.com/contacto/
it the form in the top.
thx for the help
Sona
(@support-web-dorado)
@simaduse,
Please try adding the following to style.css of the plugin going to the form and pressing Edit CSS button:
.wdform-page-and-images { display: block !important; } .wdform_page { padding: 15px 15px 15px 15px !important; } .wdform_column { float: none !important; } .wdform_section { display: block !important; } ·wdform-page-and-images *, .wdform_section * { max-width: 100% !important; } .wdform-field { display: block !important; }