Hi All
This site has been a tremendous help but I have not been able to figure out how to center my logo.
www.monserfishusa.com
Any help would be great.
I tried to modify the position on the CSS Stylesheet but to no avail.
Thanks for helping out.
Hi All
This site has been a tremendous help but I have not been able to figure out how to center my logo.
www.monserfishusa.com
Any help would be great.
I tried to modify the position on the CSS Stylesheet but to no avail.
Thanks for helping out.
check this article in the Tutorials/FAQ section www.zen-cart.com/tutorials/index.php?article=125
Hi Clyde;
This is the info I have entered and logo still in same position.
#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
text-align: center;
}
{ .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg
{text-align: center;}
#logo {text-align: center;}
Thanks
Since your logo is not being used as a logo but rather as a background image try the following:
open you stylesheet.css
find the following declaration and make the highlighted changes.
#logoWrapper{
background-image: url(../images/header_bg.jpg);
background-color: #ffffff;
background-repeat:no-repeat;
background-position: center center;
height:250px;
}