I like the theme a lot!
But there is one tiny thing which isn't that nice, from my point of view.
On the bottom, you have the copyright/legal info and the PREVIOUS <> NEXT links.
This 'bar' differs in size everytime, it looks like this is linked to the image.
Is is possible to set a fixed height for this one, just like the top bar?
For what I've found within the .CSS code, it must be some of the following:
Code:
#image-info {
text-align:left;
width:100%;
background:#FFF;
}
and:
Code:
#photobox {
background-color:#333333;
padding-bottom:30px;
width:100%;
text-align:center;
}
Please help me out