CSS: Fix Height Issue

Responsive Joomla template for Entertainment and Music purpose with clean and lightweight design.
GK User
Thu Feb 09, 2012 6:16 am
Hi there!

I am using an image on the front page (jomsocial greybox.gif image) that gets cut off. When I adjusted the height to 450px:

body #community-wrap div.greybox div div div.loginform {
background: url("../images/greybox-separator.gif") no-repeat scroll 0 0 transparent;
float: right;
height: 450px;
padding: 20px 15px 20px 30px;
width: 270px;
}

It pushes the links under the login button (forgot password, forgot username etc) way down the page. See screen shot. How do I fix so the image displays correctly at 450px in height and the links show up where they should under login button. :blush:
image height.jpg


Thanks for your help.
User avatar
Junior Boarder

Konrad M
Thu Feb 09, 2012 11:39 am
Hi
Can you give us url to your site ?
User avatar

GK User
Thu Feb 09, 2012 6:06 pm
Here you go! http://bit.ly/wznZH8

The links should appear below the login button. Thanks for your help
User avatar
Junior Boarder

Konrad M
Fri Feb 10, 2012 3:36 pm
Remove this rule you added and try add to override.css
Code: Select all
.greybox .cFrontpageSignup {
height:450px !important;
}

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

GK User
Mon Feb 20, 2012 1:48 am
Konrad,

Thank you, Perfecto! Fixed :)
User avatar
Junior Boarder

Konrad M
Mon Feb 20, 2012 9:57 am
I'm glad I could help.
User avatar


cron