Grey Dragon theme question

lmf33

Joined: 2011-01-05
Posts: 5
Posted: Sun, 2013-12-01 10:04

Hi

I am using the newest version of Gallery 3
for a family photo album. I love your Grey Dragon Theme,
but I was wondering how to it make centered like the Wind theme.
Here is a example:
http://dna-dj-services.com/public_html/

Or is there a way to use the frame packs
with the Wind theme?

Thank you

Lynn

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Sun, 2013-12-01 16:20

Seems to be centered to me.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
lmf33

Joined: 2011-01-05
Posts: 5
Posted: Sun, 2013-12-01 22:03

Thats not my site, its just how
I like mine to be, instead of
full screen width.

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Sun, 2013-12-01 22:31
Quote:
Thats not my site, its just how
I like mine to be

Well, a link to your site might be more beneficial then.

Dave

_____________________________________________
Blog & G2 || floridave - Gallery Team

 
BZone
BZone's picture

Joined: 2010-07-07
Posts: 12
Posted: Wed, 2014-01-08 22:59

I think he wants to limit the width and I remember a Forum posting that gave the instructions for that in the Grey Dragon Theme forum.
BZone

 
undagiga

Joined: 2010-11-26
Posts: 693
Posted: Wed, 2014-01-08 23:36

You need to create a custom style sheet with the following CSS code:

body { margin-right: auto; margin-left: auto; width: 1000px; }