Design

shmomo

Joined: 2007-04-10
Posts: 7
Posted: Fri, 2007-06-01 15:30

Hi,
you can find my gallery at : http://www.lostintransit.com.au/wp-gallery2.php

i was hoping if someone could help me get rid of that white bar of space along the footer of the page.

i have tried to insert my website's footer into the "footer" section within gallery2's module in the wordpress administration section, but unfortunately that did not work.
in any case, i use the same footer for the gallery as in all my other pages such as http://www.lostintransit.com.au so it would be pointlesss to have two of the same footers, if you catch my drift.

i have also tried resizing my current footer and that did not work either.

any ideas would be great!

thanks

SImon

 
javapop
javapop's picture

Joined: 2007-10-29
Posts: 31
Posted: Mon, 2007-10-29 02:08

When you stretch out the page, it is fine. It's when it's compressed that it has the problem. It's gotta be a spacing issue. You tried applying a different theme to see what happens?

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Mon, 2007-10-29 03:58
#footer
{
	position: relative;
	height: 4.0em;
	padding-top: 5.0em;
	clear: both;
	background: #fff url(images/border2.gif) repeat-x 0 2.5em;
	font-size: 0.86em;
width: 1049px;
margin-left: auto;
margin-right: auto;
}

to style.css of your theme.

Use the FF browser and dev tool.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team