Look in your emx_nav_left.css file for this:
Code:
#pagecell1{
position:absolute;
top: 122px;
left: 15px;
right: 2%;
width:95.6%;
background-color: #000000;
visibility: visible;
height: 1139px;
}
Take out the height restriction so it looks like this:
Code:
#pagecell1{
position:absolute;
top: 122px;
left: 15px;
right: 2%;
width:95.6%;
background-color: #000000;
visibility: visible;
}
Just a few tips:
-Don't keep the title of your pages "Untitled Document", it's really unprofessional
-Make the navigation on the left look more like navigation, for some users they might just think it's another table
|