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

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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