coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: spiros71 on May 01, 2006, 02:15:51 PM

Title: Left align description
Post by: spiros71 on May 01, 2006, 02:15:51 PM
I tried to follow the info here by editing the css:
http://forum.coppermine-gallery.net/index.php?topic=20473.0

but it did not have the desired effect. Is there another way? I use the classic theme and now descriptions are center aligned. see here http://www.translatum.gr/gallery/displayimage.php?album=12&pos=2

Edit: I found it

Go to includes/theme.inc.php

and change the center to left

<!-- BEGIN caption -->
                                <tr>
                                        <td class="tableb"><center>
                                                {CAPTION}
                                        </center></td>
                                </tr>
<!-- END caption -->
Title: Re: Left align description
Post by: Joachim Müller on May 01, 2006, 11:31:00 PM
don't ever edit include/themes.inc.php, under no circumstances. Edit themes/yourtheme/theme.php instead. If a function or definition doesn't exist in your theme.php, copy the section from the sample theme first.