Announcement

Collapse
No announcement yet.

Product columns non-aligned

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Product columns non-aligned

    Hello all. I would be grateful if anybody could look at the attached image and offer any advice.

    As you'll see, the products are displayed unevenly when there isn't an even number of products per row.

    In Design Options/Sections/Default Arrangement of Section Lists, I have First Row Column Count = 3 and Subsequent Row Column Count = 3. I thought that this would create an evenly spaced table.

    Also, is there a way of including the product price underneath the product name?

    Many thanks.
    Attached Files

    #2
    The only way I know of sorting this is to creat a 6th product which has just a space for the product name, no description and which can't be bought online - this will then force your table to look nice!

    If someone else knows of a better way - I'd like to hear too!

    Kathy
    Kathy Newman

    Comment


      #3
      Kathy

      What you suggest is the best solution if each section is going to have a different amount of columns (although you would create a 'dummy section' rather than a 'dummy product'.)

      If you are always going to have three columns then you can go to 'Design | Text | Website | HTML' and change line 9 from:

      <TABLE width="100%"><TR>

      to:

      <TABLE><TR>

      and change line 11 from:

      <TD WIDTH="%d%%" valign="top">

      to:

      <!-- %d%% --><TD WIDTH="200" valign="top">

      Which will force each cell to be a certain width.

      Comment

      Working...
      X