cancel
Showing results for 
Search instead for 
Did you mean: 

1.9.1 won't display 3 columns of products

SOLVED

1.9.1 won't display 3 columns of products

Hi guys,

 

I am currently moving a website to Magento 1.9.1 (default responsive theme)

 

I have the basic site up and running but for some reason it will not display 3 columns of products no matter what I do,

 

Any idea why this might be?

 

Example here,

 

http://orangeoil.com.au

 

Cheers!

1 ACCEPTED SOLUTION

Accepted Solutions

Re: 1.9.1 won't display 3 columns of products

Please open styles.css file from the below path and replace your code:

http://orangeoil.com.au/skin/frontend/rwd/default/css/styles.css

Goto Line Number 4373 and paste the below code.

.products-grid > li {
margin-right: 3.7037%;
width: 26.864%;
}

 

Let me know if you face any further query/concern regarding this.

Query solved? Accept as Solution.Thanks
Eric Baily

View solution in original post

9 REPLIES 9

Re: 1.9.1 won't display 3 columns of products

What is the actual result? And what did you try to do to set the column count to 3?

If this response was helpful to you, consider giving kudos to this post.
If this response solved your problem, click accept as solution to help others solve this

Re: 1.9.1 won't display 3 columns of products

Hi Arjen, 

 

Thanks for your help,

 

The result is that I can't display 3 products (or more) on each row. It just lists a maximum of two products and then a blank space. I'm not sure why it is doing this, I have played around with the grid/list default options a bit and it still does it it.

 

Here is another example of it,

 

http://oilofcloves.com.au/store

 

Cheers

Re: 1.9.1 won't display 3 columns of products

Any others ideas on what could be the problem guys?

Re: 1.9.1 won't display 3 columns of products

I've been playing aorund with this some more and I suspect it is to do with the code I am using via the CMS for "home page"

 

This is what I am using to display products on the home page,

 

{{block type="catalog/product_list" name="home.catalog.product.list"alias="products_homepage" category_id="3"template="catalog/product/list.phtml"}}

 

I wonder if this code isn't correct with 1.9.1 (rwd theme)?

 

What brings me to that conclusion is when I do a search on the site the product grid displays fine, everything in the 3 columns (rather than the two on the homepage)

 

http://oilofcloves.com.au/store/index.php/catalogsearch/result/?q=oil+of+cloves

 

versus the home page

 

http://oilofcloves.com.au/store/

 

Still not sure of what is the correct code/method for displaying the products on the home page though with 1.9.1?

Re: 1.9.1 won't display 3 columns of products

have you tried changing the layout of the cms pages ?

Re: 1.9.1 won't display 3 columns of products

Yes, I've tried all the different layout options, 1-2-3 column etc. It still has the same effect with each choice, of only 2 columns being shown.

Re: 1.9.1 won't display 3 columns of products

Please open styles.css file from the below path and replace your code:

http://orangeoil.com.au/skin/frontend/rwd/default/css/styles.css

Goto Line Number 4373 and paste the below code.

.products-grid > li {
margin-right: 3.7037%;
width: 26.864%;
}

 

Let me know if you face any further query/concern regarding this.

Query solved? Accept as Solution.Thanks
Eric Baily

Re: 1.9.1 won't display 3 columns of products

Thanks Addweb,

 

Sorry for the slow reply I must have missed the email notification.

 

This is working now, 

 

Cheers!

Re: 1.9.1 won't display 3 columns of products

Hi Snoopy1966,

 

No worries, thanks for accepting our solution. Let us know if you have any relative query/concern regarding Magento in future.

 

Ready to help always Smiley Happy

Query solved? Accept as Solution.Thanks
Eric Baily