I installed coppermine 1.4 on my site. And I changed the theme to a diff theme I found on another site. But now what I am wondering is. That on the site where is shows that albums I've made the pictures are small and there is a white box around them. What do I have to do to make it so that the pictures are a little bigger and theres no white box around them.
If you need to see what i'm talking about here is the link SteveJonesPlumbing.com (http://www.stevejonesplumbing.com/Coppermine/index.php)
Use a theme that doesn't have the white boxes. Size of thumbnails is a config setting.
Or edit your custom stylesheet (http://www.stevejonesplumbing.com/Coppermine/themes/siteground3/style.css). The section to modify istd.thumbnails {
padding: 9px;
background-color: #fefefe;
}