I think it's a link bar. It's covering my logo.
My site is www.microbelift.net I want to move all of those links down to go directly under my logo. Any ideas how I can do this?
I think it's a link bar. It's covering my logo.
My site is www.microbelift.net I want to move all of those links down to go directly under my logo. Any ideas how I can do this?
I do not see anything being "covered" ????I think it's a link bar. It's covering my logo.
Zen-Venom Get Bitten
Stylesheet not correctly configured re logo height
i.e. alter as per info given in your duplicate post at
http://www.zen-cart.com/forum/showthread.php?t=120410
Thank you for the help. I changed the site width but don't really see any difference. I am trying to make everything 760px I changed the logo to this size and reuploaded it.
For some reason I dont see any difference.
I also changed the code in the for the logo via the includes/languages/english/classic/header.php which you said and made that 760px also. Still don't see any changes.
also, not sure how to make the link bar move down so it's not covering my logo.
Can you help me a little more? thanks again and sorry for the double post last night.
your logo's width is 781px . but your site is set to 760px .. you can increase the size of your page by changing this code in your css
#mainWrapper {stylesheet.css (line 181)
background-color:#FFFFFF;
border:1px solid #9A9A9A;
text-align:left;
vertical-align:top;
width:760px; << to 781px.
}
or change the width of your log to 760px and upload to the following folder . .
includes/templates/classic/images/logo.gif
Thanks. So I got my logo the correct width, but it's still being covered by the link bar that contains the catagories accross the top and also the two sides with boxes are starting too high also. How do I make it so that nothing is covering the logo?
thanks again for the help.
My site is www.microbelift.net
Hi,
Yes, the height was also changed to the size of my logo. The link bar will all of my links is still covering the bottom of my logo. Same with the right and left side sideboxes. Any ideas how I can fix it?
my site again is www.microbelift.net
In Stylesheet of current template being used...height inCode:#logoWrapper{ background-image: url(../images/header_bg.jpg); background-repeat: repeat-x; background-color: #ffffff; height:75px; }
red, above, is incorrect...should be 146px
Got it. Finally. Thank you very much for all of your help.
Looking forward to my next problem. Maybe one day I'll be the one to help others.