Hi Kerrin With your Free template with 2 columns the word Home is not lined up with the left side of the right column – can that be done as it runs into left sideboxes. Thanks Ron
Hi Ron
I've updated the Simply Kerrin template files and the new download is available at Zen Cart Free Templates.
Alternatively, you may wish to make the change yourself in the stylesheet.css file.
Replace this section:
#navEZPagesTop {
background-color: #677f39;
color:#FFFFFF;
text-align: center;
}
#navBreadCrumb, #navEZPagesTop {
font-size: 0.95em;
font-weight: bold;
margin: 0em;
padding: 0.5em;
}
with this:
#navBreadCrumb, #navEZPagesTop {
font-size: 0.95em;
font-weight: bold;
margin: 0em 0.3em;
padding: 0.5em;
padding-left: 1.8em;
}
#navEZPagesTop {
background-color: #677f39;
color:#FFFFFF;
text-align: center;
padding-left: 0.5em;
margin: 0em;
}
Cheers
Kerrin


#1 by Ron Carson on 23 February, 2010 - 3:05 am
You are the best….
Works a treat