Need some help

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
midway31
Forum Members
Forum Members
Posts: 108
Joined: Fri Nov 23, 2007 1:11 am

Need some help

Post 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
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm

Re: Need some help

Post by calguy1000 »

This is not a CMS Made Simple issue..... it's a classic CSS 3 column layout issue.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
chotaboy
Forum Members
Forum Members
Posts: 60
Joined: Tue Sep 11, 2007 3:05 am

Re: Need some help

Post 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 :/
Post Reply

Return to “Layout and Design (CSS & HTML)”