Hello,
With Xmap 2.2.1, on the HTML page, the articles are at the same level regardless of the hierarchy of categories. I think that is a css question : can you help me ?
div#xmap ul li {
list-style: disc inside none !important;
}
#gkComponent ol li {
list-style: decimal inside none!important;
}
#gkComponent ul li {
list-style: disc inside none!important;
}
#gkComponent ul li, #gkComponent ol li{
line-height: 20px!important;
}