Twentyten Filmstrip Issue Twentyten Filmstrip Issue
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Twentyten Filmstrip Issue

Started by truly_bent, October 06, 2010, 07:32:08 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

truly_bent

Just dropped cpg1.5 into a new site for the first time, adapting the twentyten theme. I have been truly amazed at the power and ease of use of your package.
http://inspirationaljigsaws.com/gallery/

The issue i'm having has to do with the filmstrip display (please see attached). I'm getting multiple "view-sized' images above the the strip itself. I suspect this may be a simple case of my having messed up something in the config.

Any help would be greatly appreciated.
Thanks.

Nibbler


#content table {
/*border: 1px solid #e7e7e7;*/
/*margin: 0 -1px 24px 0;*/
text-align: left;
width: 100%;
}


The 100% width in wp_style.css is causing that.

truly_bent

Wow.
You're what i want to be when i grow up.
First i set the width: 50%; which just messed everything up and then i commented the width parameter out entirely, which fixed the problem (see attached).

Thanks much. Problem solved.