News:

Looking for documentation? Take a look on our wiki

Main Menu

Rows in categories

Started by brightcloud, February 24, 2012, 16:11:17 PM

Previous topic - Next topic

brightcloud

I have been messing about with this for hours in Firebug and thought it was time to come and ask you guys.

http://www.amphibiandiveshop.org.uk/jl/index.php/component/virtuemart/bangles

I have the categories in the back end set to show two products in a row but the front end only shows one.

Anyone know what I need to change?

PRO

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

You are not using standard vmart css.

could be this

body .floatleft {
    float: left;
    margin-left: 0;
    margin-right: 15px;
}

brightcloud

Ah this was the same problem i had with another website and it was a nightmare to find, which file is that in?

Thanks for you help

PRO

Quote from: brightcloud on February 24, 2012, 17:51:01 PM
Ah this was the same problem i had with another website and it was a nightmare to find, which file is that in?

Thanks for you help


did you look at the link I posted? it shows you how to find it. It will make your life a lot easier if you learn firebug.