foxcontact doesn't show responsive fields wider.

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Fri Apr 18, 2014 7:59 am
Reply with quote
Report this post
I'm using foxcontact as component for the contactform. I would like to show the fields wider, however I can change it in 95% or 500px for example the fields don't respond. Anyone knows a solution? or is there code in the template which doesn't allow me to show the fields wider in the website?

http://185.18.236.105/~arends/index.php/contact
User avatar
Expert Boarder

GK User
Fri Apr 18, 2014 6:30 pm
Reply with quote
Report this post
Hello,

Please try to add the following code in any CSS file at the end:

Code: Select all
.fox_form input,
.fox_form textarea {
  max-width: 500px!important;
  width: 95%!important;
  }
User avatar
Administrator

GK User
Sat Apr 19, 2014 12:41 pm
Reply with quote
Report this post
Thanks for your help, works great!
User avatar
Expert Boarder


cron