Hi,
This is my web site:
http://u-t-g.com/zen/
As you can see my logo is small and there is a white space on the right side.
How can I have my logo streched till the end. (the currecnt size is 600X120) ?
Thanks
Eran
Hi,
This is my web site:
http://u-t-g.com/zen/
As you can see my logo is small and there is a white space on the right side.
How can I have my logo streched till the end. (the currecnt size is 600X120) ?
Thanks
Eran
I want my logo to be in the center and on both sides fill in black
Eran
HI! Eran!
The white space is because header_bg.jpg is being called in your #logoWrapper.
Try this in your stylesheet for black background and centered logo.
#logoWrapper {
width:100%;
height:110px;
background-color: #000000;
text-align: center;
}
The above is the right way to do it, if you make the logo physically bigger then whilst it may look ok on your 17 inch monitor it might look strange on a 22inch monitor.
You might also want to turn off category counts in your admin, it will make your store much faster.
HTH
Should look like this#logoWrapper {
width: 100%;
height: 113px;
background-color: #000000;
text-align: center;
background-image:url(../images/header_bg2.jpg);
background-repeat:no-repeat;
}
Mike
AEIIA - Zen Cart Certified & PCI Compliant Hosting
The Zen Cart Forum...Better than a monitor covered with post-it notes!
Thanks TShooters !! it work.
Reesy - How can I stop the category count?
Eran
Hi change the following...
Admin> Configuration> My Store > Show Category Counts
HTH
admin -> configuration -> my store -> show category counts set to false
Hi,
I'm having such problems trying to center my logo.. I have searched and searched the forums and tried most of the tips, but still havent been able to sort it.
Would it be possible if someone could have a quick look at my site and let me know where I've gone wrong?
http://www.burningcardmagic.co.uk
Also mysite takes ages to load compared to other sites I have built.. I have tried turning the cat counts off in the admin, but hasn't really helped.
Cheers
Dan
DanAllkins,
Get rid of the 2 stylesheet layout first, and create your own custom template over trying to add these items (logo.gif) through the template_default/images location.