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?
I tried using the CSS settings in the admin page (it was 738, tried different values) and didn't had no effect on the display.
Example-
how it should look like: http://felis.co.il
how it looks like with the gallery: http://felis.co.il/?page_id=45

Any ideas how to fix it?

Thanks!

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Tue, 2008-06-17 18:41

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:

.g2_column{
width: 98% !important;
}

but I don't know if .g2_column is declared in the css already.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
anenburg

Joined: 2008-06-17
Posts: 2
Posted: Wed, 2008-06-18 15:50

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;}

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Thu, 2008-06-19 02:38
.g2_column {width: 68% !important;
margin: 0px 1px 0px 12px;
float:Left;
}

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team