CSS location for album page width

mystavash

Joined: 2004-09-12
Posts: 69
Posted: Sat, 2005-01-29 04:47

I've been testing out an install of GD 2. (see link below)

I've been changing colors and things with the veloria theme, but there's one thing I can't figure out... If you look at the page, there's a gap between the album page and the border on the right side. I'd like to reduce that to the same width as the other side, make it look more balanced, but I can't figure out which place to change. Any ideas? Thanks!

Anisa.

<TYPE YOUR MESSAGE HERE, ENTER SYSTEM DETAILS BELOW>
<Please check the G2 FAQ (sticky topic in this forum) before posting!>
----

Gallery URL (optional): http://test.myanimecards.net/gallery/main.php
Gallery version: G2 Nice Commits
Webserver (with version): ?
Datatabase (with version): mysql ?
PHP version (eg 4.2.1): ?
phpinfo URL (optional):
Graphics Toolkit(s): NetBPM?
Operating system:
Web browser/version: Netscape 7.2

 
Kirill
Kirill's picture

Joined: 2004-12-22
Posts: 53
Posted: Sat, 2005-01-29 05:35

Take a look at:

layouts/matrix/layout.css.php
layouts/matrix/templates/albumBody.tpl

(These are from memory, but should be right)

 
mystavash

Joined: 2004-09-12
Posts: 69
Posted: Sat, 2005-01-29 13:58

Thank you for your quick reply. I didn't know about the albumbody file.

Quote:
* 1. Figure out how to get Gallery homepage to display album items that span full width of browser window.

is part of the top of the albumbody file. :-?

Not that I'm slow or anything, but it doesn't appear to be a problem of just changing a width here or there. When I changed the width of

#gsAlbumContents, #gsAdminContents {
        float: left;
        border-left: 4px solid #000000;
        width: 78%;
        padding: 0;
  background-color: #FFFFFF;  

even a little bit, it pushed the album contents out of the frame and down to the bottom of the page.

So perhaps it would take a lot of changes to the album body page.

Another thing that bugs me a little is that there seems to be a bit of the side bar sticking out into the margin on the bottom.

Anisa.