- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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,
Cheers!
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Eric Baily
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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 solved your problem, click accept as solution to help others solve this
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: 1.9.1 won't display 3 columns of products
Any others ideas on what could be the problem guys?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: 1.9.1 won't display 3 columns of products
have you tried changing the layout of the cms pages ?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Eric Baily
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Eric Baily