Howto center Albums and Images?

MasterPi

Joined: 2008-02-16
Posts: 2
Posted: Sat, 2008-02-16 00:59

Hi,

i just updated my Theme to Wordpressembedded Theme 1.0.0 and now my Albums, Texts and Photos are aligned left.

Is there an easy way to center it?

Greez

MasterPi

 
ozgreg
ozgreg's picture

Joined: 2003-10-18
Posts: 1378
Posted: Sun, 2008-02-17 11:18

I so suck at CSS so I cannot help you with the solution however the DIV class gbBlock is the DIV you want to customise. You will find some excellent Firefox plugins which will help you with this in this thread

____________________________________
Wordpress / Gallery2 (WPG2) Plugin, , WPG2 Documentation, WPG2 Demo

 
MasterPi

Joined: 2008-02-16
Posts: 2
Posted: Sun, 2008-02-17 14:15

Thank you,

have to edit theme.css near line 335 and add to #gsThumbMatrix

#gsThumbMatrix {
width: 100%;
text-align: center; // added line
}

works great...

Greez

MasterPi