I know this is in the style sheet:
/*Attributes*/
.attribImg {
width: 80%;
margin: 0em;
text-align: center;
}
I added the text align because I thought it would work for aliging horizontal. I am stumped.
I know this is in the style sheet:
/*Attributes*/
.attribImg {
width: 80%;
margin: 0em;
text-align: center;
}
I added the text align because I thought it would work for aliging horizontal. I am stumped.
http://www.zen-cart.com/index.php?ma...roducts_id=876
New mod, from above url, may help, as shown at
http://www.absolute-solutions.co.uk/...products_id=36
Last edited by misty; 16 Jan 2008 at 07:22 AM. Reason: added link example
Thanks, I actually already dowloaded the grid and it works great.
Two hours of my life wasted on this problem. I resolved it by replacing the whole stylesheet, I had been using the wallet theme stylesheet. This is what fixed it...
Code:.attribImg { float: left; }
Last edited by modernm; 3 Feb 2008 at 07:06 AM.
I tried this and sadly it did not fix it for me... could you tell me the productattribute setting u r using in the stylesheet?
Thanks!