Registration form height problem

Premium sports magazine Joomla template with clean, easy to customize and unique design.
GK User
Thu Jan 10, 2013 12:35 am
I've been editing the template and am finally almost done with everything but have run into a problem with the registration form pop up.

The form is cut off as you can see from the picture. On occasion the form has been cut off from the bottom instead of the top so that the bottom border has been just below the captcha causing the actual register button to become hidden thus making it impossible to register.

Image

I've tried playing around with the css but without much luck so far. Any ideas? :)

EDIT: Sorry, website url is: http://www.salibandits.com/
User avatar
Fresh Boarder

Konrad M
Thu Jan 10, 2013 7:39 am
Hi,
please try add to override.css
Code: Select all
#gkPopupRegister {
height:685px !important;
}

and remember to enable override.css option in template settings.
User avatar

GK User
Thu Jan 10, 2013 10:25 am
That fixed it, thanks a lot! :)
User avatar
Fresh Boarder


cron