forum.coppermine-gallery.net

Support => cpg1.5.x Support => cpg1.5 themes (visuals) => Topic started by: truly_bent on October 06, 2010, 07:32:08 pm

Title: Twentyten Filmstrip Issue
Post by: truly_bent on October 06, 2010, 07:32:08 pm
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/ (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.
Title: Re: Twentyten Filmstrip Issue
Post by: Nibbler on October 06, 2010, 07:39:28 pm
Code: [Select]
#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.
Title: Re: Twentyten Filmstrip Issue
Post by: truly_bent on October 06, 2010, 07:54:27 pm
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.