Results 1 to 4 of 4

Hybrid View

  1. #1
    Join Date
    Jul 2010
    Location
    Battle Ground, WA
    Posts
    273
    Plugin Contributions
    1

    Default Too much space in between additional images

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


  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Too much space in between additional images

    Find this and pull additionalImages out into it's own rule entry
    Code:
    .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
    	margin: 1em 0em;
    	}
    So that it resembles this and adjust to suit
    Code:
    .additionalImages {
    	margin: 0.1em 0em;
    	}
    .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
    	margin: 1em 0em;
    	}
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Jul 2010
    Location
    Battle Ground, WA
    Posts
    273
    Plugin Contributions
    1

    Default Re: Too much space in between additional images

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

  4. #4
    Join Date
    Jul 2010
    Location
    Battle Ground, WA
    Posts
    273
    Plugin Contributions
    1

    Default 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!

 

 

Similar Threads

  1. v151 Too much space between thumbnails
    By SilverHD in forum General Questions
    Replies: 11
    Last Post: 14 May 2013, 11:12 PM
  2. Too much space between attributes
    By KismetDesign in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 7 Oct 2009, 11:31 PM
  3. Too much space between nav bar and main content/product listing
    By TheTiz in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 2 Jun 2009, 12:59 AM
  4. too much space between additional images...
    By khopek in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 20 Jan 2007, 08:18 PM
  5. Too much blank space - The center column is too low
    By gems14k in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 9 Aug 2006, 05:21 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg