Re: White Space Below Logo
#logowrapper has a height of 130px. Your image is not this high. So you need to reduce the height of #logowrapper or increase the size of the image.
In stylesheet.css look for:
Code:
#logoWrapper{
background-image:
url(../images/cts_top_store.jpg);
background-repeat: repeat-x;
background-color: #ffffff;
height:130px;
}
Change the 130px to match the height of your image.
I think that there are other issues too but get rid of this and we'll have a look.
Re: White Space Below Logo
Okay I changed the logo wrapper to the same size as my image.
(119).
Now there is still a white space below the logo before the ez pages bar.
Would like to get rid of this....please.....
Also the issue of the Image box (red X) in the upper left corner of the logo image (links back to the main cart page).
Thanks for your help.
Martin
Re: White Space Below Logo
If you will load a copy of your image cts_top_store.jpg to your cart/images folder I can provide a better solution
Re: White Space Below Logo
File has been uploaded per your request.
Thanks
Martin
Re: White Space Below Logo
I'm not sure if it is the same problem as mine, but I had some space that was annoying me under the logo. See if the same fix will work for you.
http://www.zen-cart.com/forum/showthread.php?t=131858
Looking at your site I'm not sure this fix will work. Let us know what you did to fix it.
Re: White Space Below Logo
Find in your stylesheet the following
Code:
#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
margin: 0em;
padding: 0em;
}
Seperate and edit to resemble this and adjust value if required
Code:
#headerWrapper {
height: 164px;
margin: 0em;
padding: 0em;
}
#contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
margin: 0em;
padding: 0em;
}
Re: White Space Below Logo
Sorry but that didn't work.....it put my logo half way up into the top bar where the home and login is........
Didn't move it down but moved my logo up.
Need to get rid of white space below logo and above the bar where the ez pages links are.
Thanks,
martin
Re: White Space Below Logo
Can't see what it did????
Did you try adjusting the value???
the ezpage links are contained inside of the headerWrapper
Re: White Space Below Logo
I adjusted it as you suggested.
The top blue bar had the home and login links in it.
Now the links are sitting in the upper left hand corner of my logo image.
The white space is still below the logo and the lower blue bar with the privacy notice and my account links.
Want to get rid of the white space below the above links.
Martin