Hello!
I’m using Contact 7 on an Enfold page and can’t seem to adjust the table width. Can you help me? Thanks!
A Quick CSS modification would be best for me. thanks.
Hi!
Thank you for using Enfold.
Try to change the width of the input fields using this:
form.wpcf7-form input {
width: 100px !important;
}
Regards,
Ismael
Hi Ismael,
Thanks so much for getting back to me.
That works fine for my monitor, however it does not scale well to mobile.
I’ve tried using percentages, it works as well, but it’s not great. Any further suggestions?
Maybe I should use something other than Contact 7?
thanks again for your time.
Jeff
Hey Jeff
Please add media queries to the code Ismael posted, as following
@media only screen and (max-width: 768px) {
form.wpcf7-form input { width: 100px!important; }}
Regards,
Yigit
Thanks so much, gentlemen, that worked.
Best,
Jeff