Closed (fixed)
Project:
Vocabulary Index
Version:
6.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
18 Dec 2009 at 20:55 UTC
Updated:
24 Jul 2013 at 09:01 UTC
Hi
Thanks alot for this great module. It works smoothly without any problem at all. If possible I would like to displays the index in Want.PNG style. Currently it displays in Current.PNG style which makes the page too long. Please advise.
Thanks in advance
hlan
| Comment | File | Size | Author |
|---|---|---|---|
| Want.png | 35.13 KB | hlan | |
| Current.png | 463.2 KB | hlan |
Comments
Comment #1
xanoThis is no task, but a support request.
The only option afaik is to style all list items as inline block elements with a width half that of the list. The only drawback is that items are sorted left to right, top to bottom instead of top to bottom, left to right.
Comment #2
dgastudio commentedtry to play with css. for example: .vocabindex li { width:33%; float:left; text-align:center}. With this you obtain 3 columns with centered text
Comment #4
xano