Page 1 of 1

Need some help

Posted: Fri Dec 07, 2007 7:22 am
by midway31
Hi Folks,
Have a problem with left column on this site.
Need the left column to be the same height as the content div on the right.
Any help greatly appreciated :D.
It is Ok on other pages where is not photo of helicopter. Really need both columns to be same height.
This is only second time using this cms so please help
Site is here http://www.tinsheddesigns.com/cms/ Also I am more graphics than code so if you could spell it out it would be much appreciated.
Thanks in advance

Re: Need some help

Posted: Sun Dec 09, 2007 10:17 pm
by calguy1000
This is not a CMS Made Simple issue..... it's a classic CSS 3 column layout issue.

Re: Need some help

Posted: Sun Dec 09, 2007 10:40 pm
by chotaboy
try removing the breadcrumbs

either by disabling the div in css page or removing the div from template

to disable in css ...well

hmm.. your div name for your breadcrumbs ( i looked) is "left49"

so find this

div#comment{;padding:5px;margin: 0px 0px 0px 1px}
div#flat{clear:both;width:55%;height:38px;margin:10px 0 0;padding:0px}
div.left49 {float:right;width: 50%; type here}
div.right49 {float:right;width: 10%;text-align: right;}
div.left49 p{margin:0px 20px; padding:0px type here}
div.right49 p{margin:0; padding:0px}

its in your css template namd

OrangeGreyShadow

add this line to the bottom of that box

"display:none;" <-- without quotations  where i add "type here" in your code.

then to to css main and fint the div and add this to the code

just seems like that whats causing the gap...if im wrong ...well i tried.. you didnt really leave much detail as to whats your code so :/