forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Themes/Skins/Templates => Topic started by: elemental on August 26, 2005, 02:47:16 am

Title: Alignment issue in Albums
Post by: elemental on August 26, 2005, 02:47:16 am
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.
Title: Re: Alignment issue in Albums
Post by: Nibbler on August 26, 2005, 03:03:14 am
Please post a link to your site. Keep in mind there is no support for 1.4
Title: Re: Alignment issue in Albums
Post by: NostachBeOrchGaer on August 27, 2005, 06:49:48 am
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.
Title: Re: Alignment issue in Albums
Post by: Nibbler on August 27, 2005, 06:56:40 am
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.
Title: Re: Alignment issue in Albums
Post by: NostachBeOrchGaer on August 27, 2005, 07:08:31 am
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.
Title: Re: Alignment issue in Albums
Post by: NostachBeOrchGaer on August 28, 2005, 01:24:48 am
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.