PDA

View Full Version : My Theme not showing correclty on Gallery


troybal
Dec-24-2008, 06:51 PM
Gallery site -> http://troybal.smugmug.com/gallery/6913255_ZAWmU#442373896_reHix

This is a "Its a Boy" theme, it worked earlier, there are cars, and trains etc... that is supposed to be at the top but now I do not see it.
I have deleted the gallery and put it back in but still the same.

Here is my CSS:


#bioBox .photo {
display: none;
}
#userBio {
text-align: center !important;
}
#my_banner {
display: none;
width: 750px;
height: 150px;
margin: 0 auto;
background: url(http://troybal.smugmug.com/photos/442328793_pjHdx-O.jpg) no-repeat;
}
.homepage #my_banner {
display: block;
}

#navcontainer ul {
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li {
display: inline;
}

#navcontainer ul li a {
text-decoration: none;
padding: .2em 1em;
color: #fff;
background-color: #009933;
}

#navcontainer ul li a:hover {
color: #fff;
background-color: #00FF33;
}
.homepage #galleriesBox,
.homepage #categoriesBox,
.homepage #featuredBox {
display: none;
}

.galleries #bioBox {
display: none;
}

.galleries #galleriesBox,
.galleries #categoriesBox,
.galleries #featuredBox {
display: block;
}
#bioBox {background:none;}

Can anyone help me with this?