News:

Looking for documentation? Take a look on our wiki

Main Menu

1x2 Product List skips product

Started by spyderwebdesign, July 23, 2012, 02:25:47 AM

Previous topic - Next topic

spyderwebdesign

I have my page set to be 2x2. Sometimes the product in the left column is skipped. Does anyone know why this is happening or how to stop it?

example

row 1  2 products
row 2  2 products
row 3  2 products
row 4  1 products
row 5  2 products

If you go to my page http://www.likdancewear.com/component/virtuemart/3-heel/results,51-100.html
you will see that the 11th row only has a single item PH371-LALA-BRWN-BRNZ
then row 12 again there are two items.

ivus

Hi spyderwebdesign,

Your problem lies in the styles you have set up for each of the product blocks. They don't have a fixed height nor a float clear for the row. Use Firebug/Inspector to solve your problems. Here are some useful links for you provided by jenkinhill

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

And then there's my quick and nasty explaination

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

One of these should help you with your problem.

I hope this helps.