AutoDirector forum

The AutoDirector support and advice forum

Compact inventory formatting

Post Reply

Page: 1

Author Post
Member
Registered: Apr 2008
Posts: 21
Hey Craig - please take a look at the inventory on this page. It always seems to format it kind of randomly. First go to the second page, then select show "36" per page and look at the formating. Any help would be great!

http://brinkleyautosales.com/inventory.html
Administrator
Registered: Apr 2008
Posts: 324
The problem is caused because you've changed the size of your thumbnail images from 100x80 to 105x85 (or vice versa). The larger images create a larger outer box height which affects the CSS floating.

Fortunately, it's easy to fix. Locate the CSS style "#autodirector_list a" and add a height of 14em. Alternatively, you could add the following code to the <head> of your page:

<style>#autodirector_list a { height: 14em; }</style>

Hope that helps!
_______________
AutoDirector administrator

Post Reply

Page: 1