Centering the image in photo mode in the Classic Theme

tommyz

Joined: 2005-09-24
Posts: 6
Posted: Sat, 2005-09-24 22:18

Hello

I am interested in setting a center alignment on the photos, in photo mode, in the classic theme.

Can this be done from the theme.CSS?

any help is welcome!

big thanks

Tom

 
RwD
RwD's picture

Joined: 2005-01-09
Posts: 383
Posted: Sun, 2005-09-25 14:16

add this to the end of theme.css

#gsImageView {
	text-align: center;
}
 
tommyz

Joined: 2005-09-24
Posts: 6
Posted: Sun, 2005-09-25 20:23

Thank you!

 
hubear

Joined: 2005-10-05
Posts: 6
Posted: Wed, 2005-10-05 15:47

Thanks!

 
MichelleC

Joined: 2005-04-16
Posts: 42
Posted: Tue, 2006-07-25 18:54

Thanks from me as well. This has been bugging me for a while so I did a search to see if anyone had posted about it and got my answer. :)

Michelle

 
sbouilland

Joined: 2009-03-23
Posts: 9
Posted: Wed, 2009-04-01 09:37

Hi,

[i]I have the same problem, but this doesn't work anymore, perhaps this post is too old. Could someone help me ?

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Wed, 2009-04-01 13:42

url?

 
sbouilland

Joined: 2009-03-23
Posts: 9
Posted: Thu, 2009-04-02 11:06
 
sbouilland

Joined: 2009-03-23
Posts: 9
Posted: Fri, 2009-04-03 13:59

Nobody knows ?

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Fri, 2009-04-03 22:39

add this to your css:

table.ImageFrame_shadow {
     direction: ltr;
     margin: 0pt auto;
}

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
sbouilland

Joined: 2009-03-23
Posts: 9
Posted: Mon, 2009-04-06 07:47

It works ! Thank you very much, Dave !