forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Themes/Skins/Templates => Topic started by: chadwicked on November 09, 2005, 09:42:40 pm

Title: Text alignment
Post by: chadwicked on November 09, 2005, 09:42:40 pm
Please forgive me but I'm a Noob and couldn't find an answer anywhere. Is there a way to change the text alignment for category names and descriptions on the album list page? Currently they're centered and I'd love to have them left-aligned. Any help would be appreciated.

thx!
Title: Re: Text alignment
Post by: Joachim Müller on November 10, 2005, 07:37:03 am
edit themes/yourtheme/theme.php, find
Code: [Select]
// HTML template for the album listand edit the code that comes after it. May be related to your stylesheet as well. For details, post a link to your site.
Title: Re: Text alignment
Post by: chadwicked on November 11, 2005, 06:57:46 pm
GauGau, thanks for the response. I messed around with the theme.php trying to add 'align="left"' to several areas. I'm comfortable with HTML and basic PHP but I'm stumped. Of course there's one small problem... I'm using the e107 embedded version... my gallery is located here: http://portal.chadwicked.com/e107_plugins/coppermine_menu/index.php

Even if you can't help based on the e107 integration I'd greatly appreciate you pointing me to the method for stand-alone coppermine...

Just to clarify what I'm looking to do:
I'd like the category names and description to be left-aligned... thanks in advance.. this forum is one of the best for support..cheers.
Title: Re: Text alignment
Post by: Joachim Müller on November 11, 2005, 08:40:46 pm
edit your stylesheet (http://portal.chadwicked.com/e107_themes/ranyart/style.css), the css class "catlink" appears to be missing.