frontpage signup layout issue

Responsive Joomla template for Entertainment and Music purpose with clean and lightweight design.
GK User
Sat Jan 05, 2013 1:05 pm
hi guys

i have an issue with the spacing on the gk_style when i put in the jomsocial version of facebook connect.

is there a fix to move the "forgot passwords + FBConnect" content up a bit so its all visible within the box, and layed out nicely?

see pic attached.

many thanks!
User avatar
Platinum Boarder

Konrad M
Sat Jan 05, 2013 2:37 pm
Hi,
can you give me url to your site ?
User avatar

GK User
Sat Jan 05, 2013 3:35 pm
Konrad M wrote:Hi,
can you give me url to your site ?


http://theatrecircles.com

i just checked in chrome - and it moves it up itself, but firefox is not showing correctly.

cheers
User avatar
Platinum Boarder

Konrad M
Mon Jan 07, 2013 11:24 am
Please go to our gk_style folder and edit gk_style.themefix.css and find:
Code: Select all
#cFrontpageWrapper .greybox-remember ul {
    margin: 30px 0 0;
}

and change it to:
Code: Select all
#cFrontpageWrapper .greybox-remember ul {
    margin: 10px 0 0;
}

then please add at the bottom after last selector
Code: Select all
#cFrontpageWrapper .loginform #form-login label+div {
    float:left;
}
User avatar

GK User
Tue Jan 08, 2013 2:40 am
thanks Konrad - your a superstar - worked perfectly!

cheers
User avatar
Platinum Boarder


cron