Posted by cmurockstar on December 7, 2008 at 12:00am
Jump to:
| Project: | Imagemenu |
| Version: | 6.x-1.0-rc5 |
| Component: | User interface |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
is there any way to make the imagemenu appear as a Grid instead of a vertical/horizontal list?
Comments
#1
do that via css.
like
#block-imagemenu-xx li {
display: table; <------------------------this should bring you a result
}
#2