Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Too much space in between additional images

Too much space in between additional images

Views: 1,063

Results 1 to 4 of 4
11 Apr 2011, 2:04 AM
#1
dddmx3 avatar

dddmx3

Zen Follower

Join Date:
Jul 2010
Location:
Battle Ground, WA
Posts:
282
Plugin Contributions:
0

Too much space in between additional images

Here's a image explaing my problem.
My site is located here.

11 Apr 2011, 4:55 AM
#2
kobra avatar

kobra

Black Belt

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

Re: Too much space in between additional images

Find this and pull additionalImages out into it's own rule entry

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

So that it resembles this and adjust to suit

.additionalImages {
	margin: 0.1em 0em;
	}
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}
11 Apr 2011, 5:49 AM
#3
dddmx3 avatar

dddmx3

Zen Follower

Join Date:
Jul 2010
Location:
Battle Ground, WA
Posts:
282
Plugin Contributions:
0

Re: Too much space in between additional images

Oh actually, I just figured it out about 15 min ago. :cool:

16 May 2011, 6:10 AM
#4
dddmx3 avatar

dddmx3

Zen Follower

Join Date:
Jul 2010
Location:
Battle Ground, WA
Posts:
282
Plugin Contributions:
0

Re: Too much space in between additional images

I just now realized that I didn't post on how I did it!
Here's how I did it:

I changed:
class="additionalImages centeredContent back"
to:
class="additionImages back"

then added to the my css:
.additionImages {
padding-bottom: 5px;
}

But anyway thank you so much for your help kobra, your awesome! You always come through! :D