Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Going vertical with additional images

Going vertical with additional images

Locked

Views: 1,108

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
23 Feb 2008, 7:03 AM
#1
libragear avatar

libragear

New Zenner

Join Date:
Feb 2008
Posts:
29
Plugin Contributions:
0

Going vertical with additional images

Good morning Zen world. I am in a quandary. I have the layout all done on my product info page, but the vertical spacing on the additional images is driving me nuts. I have tried many things this evening and searched long and hard for an answer, but alas none is to be readily found. So with that I turn to you. :)

Here is the CSS that I have for additional images:

#productAdditionalImages {
padding: 0;
width: 100px;
float: left;
}

#productAdditionalImages .back {clear:none;}

and of course the link to the offending party:

Offending party

So I guess my question is how can I eliminate some or all of the space in the additional images column. If you need more of the CSS let me know. :) And with that I am off to bed, with dreams of an aggravation free day. :P Ta!

Kate

23 Feb 2008, 7:27 AM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Going vertical with additional images

Find this and seperate out one:

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}

End up with this and adjust margin to suit

.additionalImages {
	margin: 1em 0em;
	}

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}
23 Feb 2008, 7:34 AM
#3
libragear avatar

libragear

New Zenner

Join Date:
Feb 2008
Posts:
29
Plugin Contributions:
0

Re: Going vertical with additional images

Kobra you rock. :) phew Works like a charm. Sometimes it's nice to step away and let someone else take a look. Thanks so much. :)

Kate

23 Feb 2008, 7:36 AM
#4
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Going vertical with additional images

Kobra you rock.

& Roll!