Jump to content

Resolved - Extra Columns in Product Pages


Recommended Posts

I am wondering if there is any way to increase the number of product columns within a category.

 

I sell football cards and have the default display set to 20 items per page but i would love to display 2 columns of 10 items to save lots of scrolling down my pages. I would rather have this than 2 pages of ten items.

 

Any way of doing this?

Link to comment
Share on other sites

For the Kurouto skin, in common.css, add or change the values indicated:

#page_wrapper { width:1040px;

div.category_product { float:left; width:300px;

div.category_product div.details { float:left; width: 150px;

 

In content.category.php, line 84 make the line look like:

{if false && isset($PRODUCTS) && count($PRODUCTS) >= 1}

Link to comment
Share on other sites

  • 5 months later...

Ok...bringing up an old thread...found this because I'm trying to do something similar.  I am using the Kurouto skin and am having layout issues.  First, the category names are displaying funny.  They are printing beside the pictures instead of under them.  Second issue is that I would like to have 6 rows of five categories instead of 5 rows of 7.  How can I fix this?  I've included a screen cap.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...