News:

Support the VirtueMart project and become a member

Main Menu

Products Per Row wont change despite proper settings

Started by mromrell, March 21, 2013, 14:26:35 PM

Previous topic - Next topic

mromrell

Hey Guys, I can't get my Products Per Row to change in the frontend despite making all proper settings in the backend.
See here for details: dev.detourjournal.com/adventure-motorcycle-store  (Trying to get 3 products per row, but can only ever get 2)
I've read through the forums on this issue and here's what I've already tried (unsuccessfully):

  • Changing the products per row setting under Configuration>Templates
  • Changing the Products per row under each of the following categories: Parts and Accessories, Body, Luggage
  • Set the "Layout for your Home Page"  to "No Override"
  • Changing the "Category Form Initial Display Records" setting to 3 hunder each of the following categories: Parts and Accessories, Body, Luggage
  • Checked the box for "SEO Disabled" under Configuration > SEO

What I'm I doing wrong here? how do I change this?

running: Joomla 2.5.8  & Virtuemart 2.0.14

PRO

http://forum.virtuemart.net/index.php?topic=102850.0

vmart is doing the right thing, but your template has a "fixed width" in pixels for the product container

THEN, your template does not have that much room for 3.


mromrell

I KNEW IT!!!!   
I knew it had to be a CSS Issue. and I looked all over with firebug but must have skipped the fixed div. Thank you for the answer, that prompted me to take a much closer look.