Forums

Css on captcha fields (solved)

kmedri 28 Oct, 2010
Hi,
I would like to increase the space between the captcha letters and numbers box and the input box above it. See:

http://netright.co.nz
GreyHead 28 Oct, 2010
Hi kmedri,

Try
#chrono_verification {
  margin-bottom: 6px;
}

Bob
kmedri 28 Oct, 2010
Thank you Bob, worked perfectly.
This topic is locked and no more replies can be posted.