View Single Post
  #6  
Old 10-07-2014, 01:41 PM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: Blank Gaps in Product Layout

They are not the same height. On this example page first 2 product containers have height of

height: 313.367px;

while the rest have height of

height: 294.367px;

This difference of the height causes the 4th product to go under the 3rd one since product containers float to the left. You may think all the info is the same but if you look at the source code you will see the different styling and the info is not the same - the first 2 products have their title to spread on 2 lines causing the container to have bigger height...
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote