Fixed  How to move up the q&a captcha line a few pixels?

markku

Well-known member
Check out the pic below...
I would like to move the question line a few pixels up so it would match better the "Verification:".

20110404-b3kgdy4fsydng42yx1r6kgqr43.png
 
Admin CP -> Appearance -> Templates -> EXTRA.css

Add this code:

Code:
.register_form #Captcha .ddText
{
	position: relative;
	top: -4px;
}
 
Top Bottom