Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Attribute image spacing around image

Attribute image spacing around image

Locked

Views: 1,900

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
19 Apr 2008, 6:11 AM
#1
chris112 avatar

chris112

New Zenner

Join Date:
Apr 2008
Posts:
10
Plugin Contributions:
0

Attribute image spacing around image

http://caomedia.com/candles/index.php?main_page=product_info&cPath=1&products_id=3

The link above has some images at the middle to bottom of page. Look for burn time and you will see the image just above it. I need to add spacing there above and below the image. Please let me know how to do this.

Also is it possible to make that image click able to where it will pop up to a larger image?

Thank you in advance

19 Apr 2008, 7:27 AM
#2
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Location:
Texas
Posts:
6,179
Plugin Contributions:
0

Re: Attribute image spacing around image

chris112:

http://caomedia.com/candles/index.php?main_page=product_info&cPath=1&products_id=3

The link above has some images at the middle to bottom of page. Look for burn time and you will see the image just above it. I need to add spacing there above and below the image. Please let me know how to do this.

Also is it possible to make that image click able to where it will pop up to a larger image?

Thank you in advance

includes/ templates/ your_own_template/ css/ stylesheet.css

Add the following declaration to the sheet:

  1. .wrapperAttribsOptions img {margin: 1em;}
2 Feb 2009, 9:02 PM
#3
r1formetoo avatar

r1formetoo

Zen Follower

Join Date:
Sep 2008
Posts:
429
Plugin Contributions:
0

Re: Attribute image spacing around image

haredo:

includes/ templates/ your_own_template/ css/ stylesheet.css

Add the following declaration to the sheet:

  1. .wrapperAttribsOptions img {margin: 1em;}

I tried this too in the hopes of spacing things out between my attributes but no dice...