Hi, my website is: www.LFSwear.com
If you look over on the left side, and click the category "T-Shirts" you see alot of products.
What I'm trying to do is space out the product image from the text. Can anyone help me out?![]()
Hi, my website is: www.LFSwear.com
If you look over on the left side, and click the category "T-Shirts" you see alot of products.
What I'm trying to do is space out the product image from the text. Can anyone help me out?![]()
Add this to the bottom of your templates stylesheet.css file and adjust to suit
Code:.listingProductImage { margin: 0em 0em 1em 0em; }
It has to if you are adding it to the correct stylesheet
I guess it was my cache. I just checked and it's changed now.
Thanks so much kobra!![]()
Not sure how I didnt notice this before, but the shadow image is spaced out from the actual main image. Weird...can you help fix it?
You might try attaching it to
.listingProductImage
You mean attach it to that CSS rule you gave me from the beginning?
Yes, move it from where you have it to the bottom of the image container div
Then if too close add padding the bottom
I'm completely lost. Can you walk me through this?
I thought you meant add it to the stylesheet file.