Twentyten Filmstrip Issue Twentyten Filmstrip Issue
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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.