forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: alsaheruae on March 13, 2008, 10:54:33 am

Title: [Solved]: problem in album name
Post by: alsaheruae on March 13, 2008, 10:54:33 am
hi

how r u?

i have problem in align of album name

how can move it to left

see  the pic

thanks
Title: Re: problem in album name
Post by: Joachim Müller on March 13, 2008, 04:37:08 pm
Post a link to your gallery for a start.
Title: Re: problem in album name
Post by: alsaheruae on March 13, 2008, 05:49:00 pm
www.alsaher.ae/testphoto
Title: Re: problem in album name
Post by: Joachim Müller on March 13, 2008, 06:00:24 pm
Edit the alignment properties of the class "catrow" as you see fit.
Edit http://www.alsaher.ae/testphoto/themes/sahir.net/template.html as well and make sure to properly fix your inline-styles there as well.
Title: Re: problem in album name
Post by: alsaheruae on March 13, 2008, 10:46:49 pm
thanks for help

but  i can do it

can you help me ??
Title: Re: problem in album name
Post by: Sami on March 14, 2008, 06:04:49 am
It's easy task ! you just need to add a single line to your style file
Edit "themes/sahir.net/style.css" go to line #241 and change this
Code: [Select]
.catrow {
background:#F2F5F7 none repeat scroll 0%;
padding-bottom:3px;
padding-right:10px;
padding-top:3px;
}
To this
Code: [Select]
.catrow {
background:#F2F5F7 none repeat scroll 0%;
padding-bottom:3px;
padding-right:10px;
padding-top:3px;
text-align:right;
}
Title: Re: problem in album name
Post by: alsaheruae on March 14, 2008, 09:26:09 am
thanks

i found it  in

Code: [Select]
.tableb , .display_media , .catrow {
        background: #F2F5F7 ;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-right: 10px;
        text-align:right;
Title: Re: problem in album name
Post by: Joachim Müller on March 14, 2008, 09:33:55 am
You should just have added the sections Sami posted.
Title: Re: problem in album name
Post by: alsaheruae on March 14, 2008, 01:12:23 pm
ok  it's also in the file