[Solved]: problem in album name [Solved]: problem in album name
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

[Solved]: problem in album name

Started by alsaheruae, March 13, 2008, 10:54:33 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

alsaheruae

hi

how r u?

i have problem in align of album name

how can move it to left

see  the pic

thanks

Joachim Müller

Post a link to your gallery for a start.


Joachim Müller

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.

alsaheruae

thanks for help

but  i can do it

can you help me ??

Sami

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

.catrow {
background:#F2F5F7 none repeat scroll 0%;
padding-bottom:3px;
padding-right:10px;
padding-top:3px;
}

To this

.catrow {
background:#F2F5F7 none repeat scroll 0%;
padding-bottom:3px;
padding-right:10px;
padding-top:3px;
text-align:right;
}
‍I don't answer to PM with support question
Please post your issue to related board

alsaheruae

thanks

i found it  in

.tableb , .display_media , .catrow {
        background: #F2F5F7 ;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-right: 10px;
        text-align:right;

Joachim Müller

You should just have added the sections Sami posted.

alsaheruae