Results 1 to 3 of 3
  1. #1
    Join Date
    May 2007
    Posts
    6
    Plugin Contributions
    0

    Default Column Grid Layout Spacing

    Look at my page: http://shop.ekcetera.com/index.php?m...index&cPath=68

    I am using the column grid layout and it works fine, except for every few rows or so, it adds extra spacing and shifts everything oddly. I searched for answers and it appears that I would need to create a fixed invisible box around each product to fix this. After looking at my source code, it appears that the css that I would need to edit is: centerBoxContentsProducts.

    I did that - added a margin around it all. It did not work. Am I missing something? What should I do to create consistent, evenly spaced, lined up layout?

    Thanks.

  2. #2
    Join Date
    Jan 2005
    Location
    NY
    Posts
    149
    Plugin Contributions
    0

    Default Re: Column Grid Layout Spacing

    Are you sure you added the css to the correct stylesheet?
    I don't see any reference to centerBoxContentsProducts anywhere.

    What you need to do is make the boxes all the same height.

    Try this:

    .centerBoxContentsProducts {
    height: 300px;
    text-align: center;}

    You can remove the text-align: center if you want.

  3. #3
    Join Date
    Jun 2005
    Posts
    39
    Plugin Contributions
    0

    Default Re: Column Grid Layout Spacing

    I am using the column layout grid and i seem to have inconsistant spacing and overlapping images (see image). I tried to fix the css (.centerBoxContentsProducts and productListing) as discussed above, I also tried various size combinations in 'configuration -> images' but so far no luck.
    When I refresh the page they line up perfect. This only happens in FF
    Any idea if it is something else than a css issue?
    Attached Images Attached Images  

 

 

Similar Threads

  1. adjust spacing on Column Layout Grid - HELP!
    By shannda in forum Templates, Stylesheets, Page Layout
    Replies: 20
    Last Post: 22 Nov 2010, 12:04 AM
  2. adjust spacing on Column Layout Grid between product name and product price
    By cpoet in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 18 Jul 2010, 07:03 AM
  3. Column layout grid for product listing - one column only
    By london mummy in forum Templates, Stylesheets, Page Layout
    Replies: 15
    Last Post: 26 Oct 2009, 10:06 AM
  4. Layout Spacing Help Needed, Grid Mod
    By Erilyn in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 3 Sep 2007, 11:30 AM
  5. column layout grid extra vertical spacing
    By davidf in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 19 Jan 2007, 01:32 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