1
Lance_
Theme column width question
  • 2005/5/28 21:51

  • Lance_

  • Home away from home

  • Posts: 983

  • Since: 2004/1/12


Hey,

I've had this problem on a few themes I've played with and I can't put a finger on the problem.

On the site www.gdl-web.com the 2 columns are set to the same width, yet both the content of each isn,t the same width.

the gray border to the right of the leftcolumn doesn't move from there even if I make the column smaller.

What gives?? Anyone have any ideas??

Thanks.

2
pod
Re: Theme column width question
  • 2005/5/28 22:13

  • pod

  • Quite a regular

  • Posts: 301

  • Since: 2003/4/19


I believe this is your problem:

table#cmsColumnRight {cellspacing: 0px; width: 200px;}

The left column is sized to 135px, see
#leftcolumn {
padding: 12px 5px 5px;
background-color: #F9F9F9;
width: 135px;}

But that table#cms... sized to 200px, is stretching your right column.

Hope this helps.

3
Lance_
Re: Theme column width question
  • 2005/5/28 22:29

  • Lance_

  • Home away from home

  • Posts: 983

  • Since: 2004/1/12


Sweet, that fixed that. Thanks.

Now I need a fix for the left side.

4
pod
Re: Theme column width question
  • 2005/5/28 22:40

  • pod

  • Quite a regular

  • Posts: 301

  • Since: 2003/4/19


in your theme.html:
<img src="http://www.gdl-web.com/cms/themes/gdl-web//images/1px.gif" class="obSpacer" alt="" />

& in your style.css:
.obSpacer {
width: 160px;
height: 1px;
}

Try changing it to
.obSpacer {
width: 135px;
height: 1px;
}

5
Lance_
Re: Theme column width question
  • 2005/5/28 22:50

  • Lance_

  • Home away from home

  • Posts: 983

  • Since: 2004/1/12


Thanks thepod. You DApod!!!

That was it. Started liking the space however, so just brought it down to 145.

Cheers.

6
pod
Re: Theme column width question
  • 2005/5/28 22:55

  • pod

  • Quite a regular

  • Posts: 301

  • Since: 2003/4/19


Glad I could help

BTW, FFR, you can call me pod ;)
(I hate 'thepod', but 'pod' was taken, lol)

Looks great, Lance.

Did you do your own Flash?

7
Lance_
Re: Theme column width question
  • 2005/5/28 23:01

  • Lance_

  • Home away from home

  • Posts: 983

  • Since: 2004/1/12


NP

Can't do much, so no did not do the flash, it's from a templatemonster template.


Login

Who's Online

100 user(s) are online (78 user(s) are browsing Support Forums)


Members: 0


Guests: 100


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits