View Single Post
  #30  
Old 04-22-2007, 05:10 PM
devious Offline
forum loafer
 
Join Date: Jun 2006
Location: The Netherlands
Posts: 6
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
Reply With Quote