Closed (fixed)
Project:
Imagemenu
Version:
6.x-1.0-rc5
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
7 Dec 2008 at 00:00 UTC
Updated:
8 Mar 2010 at 13:43 UTC
is there any way to make the imagemenu appear as a Grid instead of a vertical/horizontal list?
Comments
Comment #1
onkiro commenteddo that via css.
like
#block-imagemenu-xx li {
display: table; <------------------------this should bring you a result
}
Comment #2
marcus_clements commented