PDA

View Full Version : Help with my Guestbook page


corinthian
Jan-08-2010, 01:03 PM
On my Guestbook page there is a div named #photo between the #albumDescription div and the #comment_header div that is causing a thumbnail to display where I do not want it to. Not sure what I did to create the div as it hasn't always been there. Anyhow, how can I get rid of it now?
Thanks

denisegoldberg
Jan-08-2010, 02:06 PM
Add this to your CSS to remove the photo:

.gallery_9761839 #photos {
display: none;
}
--- Denise

corinthian
Jan-09-2010, 08:14 AM
Thank you for the quick response as well as the solution!