well i went to that link and the problem is my cart is the zen cart and i searched my stylesheet which is under this
/ public_html / store / includes / templates / classic / css
i dont see a stylesheet called stylesheet-brown.css
where is this or does it not apply in mine.
this is what was given on the other post
You have this declaration in your stylesheet-brown.css
#logo {
float: left;
}
You need to change that to
#logo {
text-align: center;
}
I dont see any of the above in my stylesheet i only see this below that is anywhere near for a logo
#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
float: left;
}
maggie




