http://coppermine-gallery.net/demo/cpg14x/index.php?theme=andreas09
^^Check out the theme.
My question is, when you click "Search" the bottom footer resizes and moves up, for whatever reason, and when you click "Home" it goes back to the bottom and appears to be fixed. How do you make it so it's just permanently fixed to the bottom and never resizes? I've looked all over I can't figure this out! Please help!
There's less content on the search page than on the gallery home page. The header and footer just wrap the content. If there is less content on a page, the footer will of course be displayed further up on the page.
The effect is visible for you because you run a higher screen resolution than I do on my older notebook (1024x768) on which I'm typing this. If this bothers you, you can add "blind" content (either to the coppermine pages that have less content or to the overall template file for your theme) by adding some linebreaks or a blind gif (spacer.gif) at the bottom. For details, post details: attach two screenshots (using "additional options" when composing your message).
I tried those methods but is there any other way to change it? A more advanced way? Because when I use spacer images it still changes from page to page depending on how much "content" there is.
Set the #container to be a certain minimum height using css.
#container {
min-height:600px;
height:auto !important;
height:600px;
}
Quote from: Nibbler on August 12, 2007, 06:08:57 PM
Set the #container to be a certain minimum height using css.
#container {
min-height:600px;
height:auto !important;
height:600px;
}
That seemed to work more efficiently, thank you!
Out of curiosity is it possible to remove the whole wrap feature? Are there any reasons why I wouldn't want to do that?
I don't know. I didn't make the theme.