Link to home
Start Free TrialLog in
Avatar of Melody Scott
Melody ScottFlag for United States of America

asked on

Can't get the main section working

Hi, Here's a normal page: http colon //dev2.magickitchen.com/guarantee.html
It has two columns, left and right.

For some pages, I would like only to have the left column. So I tried this:   dev2.magickitchen.com/no-right-nav.html

Which looks good at first glance, but as you can see, the content is down in the footer.
User generated image
Where did I go wrong? Thanks.
ASKER CERTIFIED SOLUTION
Avatar of Chris Stanyon
Chris Stanyon
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Melody Scott

ASKER

Bingo, thanks! Could you help with one more thing? Now that this is fixed, I don't have the whole left column in that orange color.
You need to add a background-color to your column-norightnav class rule (style.css - line 26):

.column-norightnav {
   background-color: #ffce65
   ...
}

Open in new window

Duh, of course. thanks.
Thanks a million!!
No worries ;)