Zen Cart Logo
Forums / Setting Up Categories, Products, Attributes / Arrtibute images need spacing appart...

Arrtibute images need spacing appart...

Views: 524

Results 1 to 3 of 3
18 Mar 2012, 4:16 PM
#1
rainbow_pixie_star avatar

rainbow_pixie_star

Zen Follower

Join Date:
Feb 2012
Posts:
427
Plugin Contributions:
0

Arrtibute images need spacing appart...

Hello,
I have my attribute images in a row but they are appearing too close together...

http://craftjam.co.uk/directory/index.php?main_page=product_info&cPath=3&products_id=57

And

http://craftjam.co.uk/directory/index.php?main_page=product_info&cPath=3&products_id=54

I am guessing it is something I need to change in the code? Don't really know.

Can anyone help???

Thanks
A

18 Mar 2012, 4:53 PM
#2
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Arrtibute images need spacing appart...

In the styleheet:

.attribImg {
width: 20%;
margin: 0.3em 0em;
}

Change the red part to some value that gives you the spacing you want.

18 Mar 2012, 4:58 PM
#3
rainbow_pixie_star avatar

rainbow_pixie_star

Zen Follower

Join Date:
Feb 2012
Posts:
427
Plugin Contributions:
0

Re: Arrtibute images need spacing appart...

CHEEEEEEEEERS! :clap: