Changing The Width?
anenburg
Joined: 2008-06-17
Posts: 2 |
Posted: Tue, 2008-06-17 18:04 |
How do I change the width of the gallery page? Any ideas how to fix it? Thanks! |
|
anenburg
Joined: 2008-06-17
Posts: 2 |
Posted: Tue, 2008-06-17 18:04 |
How do I change the width of the gallery page? Any ideas how to fix it? Thanks! |
|
Posts: 27300
I would try:
remove the random image from the sidebar: Edit album, theme tab, blocks to show on the sidebar.....remove the random image block.
Next step edit the theme.css
This will work:
but I don't know if .g2_column is declared in the css already.
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 2
ok I got the width right now - but it's centered. I want in on the left. How to do that?
I read in another thread that it's something in the margin section - here is mine:
.g2_column {width: 68% !important;
margin: 0px 1px 0px 12px;}
Posts: 27300
.g2_column {width: 68% !important; margin: 0px 1px 0px 12px; float:Left; }
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team