Page 1 of 1

HTML photo box not well organized

Posted: Wed Aug 12, 2015 8:17 pm
by skynet88
Hi,

Someone please help me to solve this.
I use simple html template. The problem is photo box not well arranged.. see photo below
this is the link of my site > bestmobile[dot]com/test

Image

Thanks

Re: HTML photo box not well organized

Posted: Thu Aug 13, 2015 5:19 pm
by pickle
It looks like your elements are floated, but they're not a uniform size. The square with the car is getting caught on the middle element on the row above. If you make all the elements the same height, this problem will go away.

Re: HTML photo box not well organized

Posted: Sat Aug 15, 2015 7:09 pm
by skynet88
pickle wrote:It looks like your elements are floated, but they're not a uniform size. The square with the car is getting caught on the middle element on the row above. If you make all the elements the same height, this problem will go away.

TQ Pickle!! i resize all element to uniform size and the problem solved!!!! :D :D