Changing The Width?
anenburg
Joined: 2008-06-17
Posts: 2 |
![]() |
How do I change the width of the gallery page? Any ideas how to fix it? Thanks! |
|
floridave
![]()
Joined: 2003-12-22
Posts: 27300 |
![]() |
I would try: Next step edit the theme.css .g2_column{ width: 98% !important; } but I don't know if .g2_column is declared in the css already. Dave |
|
anenburg
Joined: 2008-06-17
Posts: 2 |
![]() |
ok I got the width right now - but it's centered. I want in on the left. How to do that? |
|
floridave
![]()
Joined: 2003-12-22
Posts: 27300 |
![]() |
.g2_column {width: 68% !important;
margin: 0px 1px 0px 12px;
float:Left;
}
Dave |
|