View Single Post
  #4  
Old 11-16-2009, 04:03 AM
  Zaja's Avatar 
Zaja Zaja is offline
 

X-Adept
  
Join Date: Mar 2004
Location: The Universe is my home
Posts: 420
 

Default Re: Show manufacturers in columns

1. Remove this style definitions from code:
Code:
style="display: inline;padding:5px;"

2. Replace </ul><ul> with </ul><ul class="manufacturers-list list-item">

3. Add/replace this code in main.css:
Code:
/* manufacturers list */ ul.manufacturers-list { padding: 0; margin: 0 0 8px 0; list-style: none; clear: both; } ul.manufacturers-list li { margin: 0; padding: 2px; white-space: nowrap; display: inline; float: left; width:100px; }
__________________
_/ _/ _/ _/ _/ _/ _/ _/ _/

7dana.com
Reply With Quote