
Originally Posted by
GoldBuckle
#logo {float: left; position: absolute; top: 5px; left: 15px;}
I can't find that string in my css. I am using the silverfish template and I think some things are different in it than from the other templates. It has me very confuses and frustrated.
Did you adjust the size of the header image in includes/languages/english/YOUR_TEMPLATE/header.php?
I can't find that file either.
John
That is most definitely in your stylesheet. It's near the bottom of the file:
Code:
/*
header
*/
#headerWrapper {position: relative; background: #88a0c2;}
#headerBackground {width: 100%; height: 83px; background: url(../images/bg_header.jpg) repeat-x #88a0c2;}
#logo {float: left; position: absolute; top: 5px; left: 15px;}
#navMainWrapper {width: 100%; background-color: #1D5685;}
#navMain {margin-top: 0px; width: 100%; color: #fff; background-color: #1D5685;}
#navMain ul {margin: 0px; padding: 0.5em 0em; list-style-type: none; text-align: center; line-height: 1.5em; font-size: 10px; font-weight: bold; text-transform: uppercase; color: #fff; text-align: center;white-space: nowrap;}
#navMain ul li {display: inline; font-size: 10px; font-weight: bold; text-transform: uppercase; color: #fff; text-align: center;white-space: nowrap;}
#navMain ul li a {text-decoration: none; padding: 0em 0.5em; margin: 0; color: #ffffff; white-space: nowrap;}
#navMain ul li a:hover {background: url(../images/navMain_hover.gif);}
#navMainSearch {width: 100%; background-color: #1D5685; /*background-image: url(http://images.ciao.com/ide/images/tabs/bg_search_40px.gif);*/ float: right;}
#searchBox {float: right;}
/*
Category tabs
*/
You haven't used the overrides properly. Your logo is in includes/templates/template_default/images/logo.jpg. The next ZC upgrade will overwrite your logo. Please create a custom folder for it. includes/templates/silverfish/images/logo.jpg
You should have includes/languages/english/silverfish/header.php. If you don't, create includes/languages/english/silverfish/ folder and copy whatever header.php file you edited (probably includes/languages/english/template_default/header.php) into it.
This will save you lots of heartache later on.