You must be logged in to post


Register? | Lost Your Password?

Search Forums:


 






Wildcard Usage:
*    matches any number of characters
%    matches exactly one character

3 pictures to a row?

UserPost

12:07 am
February 24, 2009


dannbkk

Member

posts 6

1

After making my thumbnail images bigger for each product. they only show now 2 images per row. I would like to display 3 pictures in a row, not 2?

2:39 am
February 24, 2009


yiorgos

Member

posts 127

2

I am guessing you are talking about the store (frontdoor.php) page. If yes then I think you need to change this code:

<?php if ($i % 6 == 0)

Change 6 to 3

Of course if your thumbnails are too big they won't fit in one row

7:30 pm
March 20, 2009


Market Admin

Admin

posts 4728

3

I think for what you're trying to do, you'll need to edit a copule of values within the stylesheet file.  ("style.css")  So, open that file up for editing.

The page is setup as 2 columns, so what you're going to need to do is reduce the width of the left side column, and increase the size of the right side column.  The two widths added together will equal the full width of your website.

The name of the left column is "news" and the name of the right column is "products".

To change the width of "news", search for the style element named "#content .news".

Under that element, you'll see the width in pixels.  (I think standard width is 420px.) For starters, drop that value to "400px".

To change the width of the "products" column, search for the style element named  "#content .products".

Under that element, you'll also see the width.  (I think the default is 400px.)  Now that you've reduced the left column by 20 pixels, increase this width by 20 pixels to make it "420px".

Save the file and see how that changes things.  If you need to make further changes, follow the same formula.



 

Market takes e-commerce to the next level with an easy to use, quick setup platform. Learn more or take the tour.