VirtueMart Forum

VirtueMart 2 + 3 + 4 => Administration & Configuration => Topic started by: brightcloud on February 24, 2012, 16:11:17 PM

Title: Rows in categories
Post by: brightcloud on February 24, 2012, 16:11:17 PM
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?
Title: Re: Rows in categories
Post by: PRO on February 24, 2012, 17:05:24 PM
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;
}
Title: Re: Rows in categories
Post by: 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
Title: Re: Rows in categories
Post by: PRO on February 24, 2012, 18:53:37 PM
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.