I've used the same base code as I usually do, but I have a whole heap of blank space that it scrolls into, any help? It's for Kayley's profile
Adding !important to your content's height should do the trick. So it'll look like this: height: 600px !important;
Hah thought it would end up being something simple I overlooked :P Thanks so much!
Actually I'd say it's not really something you overlooked. Some parts of the code just need a little extra convincing to work. ^_^ And that's what !important does.