Advanced search  

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]

Pages: [1]   Go Down

Author Topic: [Solved]: problem in album name  (Read 3772 times)

0 Members and 1 Guest are viewing this topic.

alsaheruae

  • Coppermine newbie
  • Offline Offline
  • Posts: 9
[Solved]: problem in album name
« 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
« Last Edit: March 14, 2008, 06:26:58 pm by Joachim Müller »
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: problem in album name
« Reply #1 on: March 13, 2008, 04:37:08 pm »

Post a link to your gallery for a start.
Logged

alsaheruae

  • Coppermine newbie
  • Offline Offline
  • Posts: 9
Re: problem in album name
« Reply #2 on: March 13, 2008, 05:49:00 pm »

Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: problem in album name
« Reply #3 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.
Logged

alsaheruae

  • Coppermine newbie
  • Offline Offline
  • Posts: 9
Re: problem in album name
« Reply #4 on: March 13, 2008, 10:46:49 pm »

thanks for help

but  i can do it

can you help me ??
Logged

Sami

  • VIP
  • Coppermine addict
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 3686
  • BMossavari
    • My Project
Re: problem in album name
« Reply #5 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;
}
Logged
‍I don't answer to PM with support question
Please post your issue to related board

alsaheruae

  • Coppermine newbie
  • Offline Offline
  • Posts: 9
Re: problem in album name
« Reply #6 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;
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: problem in album name
« Reply #7 on: March 14, 2008, 09:33:55 am »

You should just have added the sections Sami posted.
Logged

alsaheruae

  • Coppermine newbie
  • Offline Offline
  • Posts: 9
Re: problem in album name
« Reply #8 on: March 14, 2008, 01:12:23 pm »

ok  it's also in the file
Logged
Pages: [1]   Go Up
 

Page created in 0.019 seconds with 20 queries.