I can't seem to find where I am going wrong here http://www.expressembroidery.com.au/zencart/ can't get the image to move over to the left. Can someone pls help?
Many thanks
I can't seem to find where I am going wrong here http://www.expressembroidery.com.au/zencart/ can't get the image to move over to the left. Can someone pls help?
Many thanks
Here's the culprit:
#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
float: left;
margin: 0em 5em 0em 30em;
}
Also, Zencart loads all stylesheets with the .css extension that are in the current template's css folder, so you have two sheets fighting each other. Remove or rename one or the other.
mmm found that it my stylesheet and changed it to 0 but didn't seem to change anything. Still confused...
Thanks
Gary
That's because it's in both stylesheets (stylesheet.css and stylesheet_safe.css), which is why I recommended you remove one or the other.
Awesome, got it thanks.
Many thanks
Gary
Last edited by garwak; 8 Oct 2011 at 12:28 PM.