Hi There,
I'm new on the forum and did not find my question on the forum yet so here it goes:
Where can I edit the field width for the anti spam field? It seems to me that is way to wide seeing as it will only take 5 characters!
Thank you in advance!
I'm new on the forum and did not find my question on the forum yet so here it goes:
Where can I edit the field width for the anti spam field? It seems to me that is way to wide seeing as it will only take 5 characters!
Thank you in advance!
Hi Goldrolly07,
The html is hardcoded - you could try over-riding with css, otherwise it means hacking one of the core files.
Bob
The html is hardcoded - you could try over-riding with css, otherwise it means hacking one of the core files.
Bob
Hi Goldrolly07,
try this in your CSS:
Cheers
Max
try this in your CSS:
#chrono_verification{
width : 50px;
}
Cheers
Max
This topic is locked and no more replies can be posted.