The table that contains the albums is in the center on my page, leaving a huge two inches of space from the left of the screen to the albums. I would like to get rid of this space, so I think I need to align this table to the very left of the site, instead of center. I've changed just about all align="center" in my theme.php and template.html to align="left" and the album table is still in the middle. Does anyone know what could be causing this? What am I editing wrong? Thank you in advance.
Please post a link to your site. Keep in mind there is no support for 1.4
I'm not using version 1.4. Here's a link to my Gallery: http://www.ringobsession.net/CPG/index.php
It's odd that the table for "Random Files" is aligned all the way to the left, which is what I would like for the album table to do as well. If you look at the album list you can see how off centered it is. Do you know what file I might need to edit to alter this alignment and if so what tags? Div? <p align="left">? Or <table =align="left">?
Okay, I just realized my username says I'm using 1.4.x...but I'm almost positive I'm using 1.3.
You are running 1.3.3 and both your album list and random block are centered. Perhaps switching 'Number of columns on thumbnail page' to 3 will help.
Well, the Album List is now going off the page and my Random Block is not to the left. But I think this looks much better than it did before. Thanks for the help Nibbler!
Edit: Just curious. While I was looking in the config there's a table width option for the Album List. Would this be beneficial any for aligning? Mine is currently set to 800.
It seems the table width was in fact the problem. I replaced the 800 with 100% and now everything is aligned nicely without extra space on the left or right.
Thanks for the help.