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

CommentFileSizeAuthor
Want.png35.13 KBhlan
Current.png463.2 KBhlan

Comments

xano’s picture

Assigned: Unassigned » xano
Category: task » support
Status: Active » Fixed

This 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.

dgastudio’s picture

try to play with css. for example: .vocabindex li { width:33%; float:left; text-align:center}. With this you obtain 3 columns with centered text

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

xano’s picture

Assigned: xano » Unassigned