is there any way to make the imagemenu appear as a Grid instead of a vertical/horizontal list?

Comments

onkiro’s picture

do that via css.

like

#block-imagemenu-xx li {
display: table; <------------------------this should bring you a result
}

marcus_clements’s picture

Status: Active » Closed (fixed)