Errata, Errors and Omissions
Template Series 2120 - 2129:
To prevent the bottom border of the main navigation bar links from being cut off in IE7, you can make a quick edit in the CSS file. Locate the #navbar ID and add a line-height attribute so that your revised ID looks like the following:
#navbar {
color: #000000;
width: 900px;
padding-top: 12px;
height: 28px;
line-height: 28px;
text-align: center;}
Template Series 2050 - 2059:
In IE7, a portion of the color block area is sitting too high. To bring it back to its intended position, edit the CSS file. Locate the #logoarea ID and edit the height attribute so your revised ID looks like the following:
#logoarea {
width: 900px;
height: 90px;}
Template Series 1920 - 1929:
In wider screen resolutions (1600+), the shadow areas of the template are out of alignment. To fix, edit the CSS file. Locate the four IDs listed below and add the clear: both attribute to each as shown below:
#topshadow-3col {
height: 15px;
clear: both;}
#topshadow-2col {
height: 15px;
clear: both;}
#bottomshadow-3col {
height: 15px;
clear: both;}
#bottomshadow-2col {
height: 15px;
clear: both;}
