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?
Posts: 32509
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!
Posts: 8601
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