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
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
Thank you,
have to edit theme.css near line 335 and add to #gsThumbMatrix
#gsThumbMatrix { width: 100%; text-align: center; // added line }
works great...
Posts: 1378
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
Posts: 2
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