Changing Classic Layout

dj-3plet

Joined: 2005-03-12
Posts: 70
Posted: Wed, 2005-04-20 11:44

in the classic layout, there are 2 columns - one with the thumbnails and one with the text. i would like to right-justify the thumbnails and left-justify the text so that they're close together and in the center of the page.

i've poked all around albumBody.tpl but i haven't found whatever it is that would change this. any ideas?

 
valiant

Joined: 2003-01-04
Posts: 32509
Posted: Wed, 2005-04-20 12:10

perhaps the layout/theme css files of the classic layout? if it's not hardcoded in the .tpl files, then it must be in the .css files.

we encourage the use of firefox together with the webdeveloper extension:
https://addons.update.mozilla.org/extensions/moreinfo.php?id=60
you can edit the css files online in real-time? change it in the browser and you'll see the results immediately!

 
mindless
mindless's picture

Joined: 2004-01-04
Posts: 8601
Posted: Wed, 2005-04-20 14:53

look for "Move to a new row" in albumBody.tpl.. the next <td after that in the thumbnail column, the <td after that is the text. You could put alignments in a local tpl or use .giAlbumCell, .giItemCell { text-align: right; } in classic's layout.css