playing with the numbers does not really help. don't know how to explain.
if i change the first number (li:nth-child(2)), the icons go the the next menu item.
2 is for "Fußball", if i set to 3 i'll have the icon under "Basketball"
if i change the second number (li:nth-child(1)), the icons go to the next row, but for all in the same line.
5-columns.jpg
1 is for Bundesliga, Primera Division, Champions League and Weltmeisterschaft
2 is for Premier League, Serie A, Europa League, DFB Pokal
if i add a third gk menu class with number 3, it takes no effect because there are just 2 rows in 4 columns.
.gk-menu ul.level0 > li:nth-child(2) div.childcontent ul.gkmenu > li:nth-child(1) div.group-title {
background: url(/images/stories/menu-icons/bundesliga.jpg) no-repeat 100% center;
}
.gk-menu ul.level0 > li:nth-child(2) div.childcontent ul.gkmenu > li:nth-child(2) div.group-title {
background: url(/images/stories/menu-icons/premier-league.jpg) no-repeat 100% center;
}
.gk-menu ul.level0 > li:nth-child(2) div.childcontent ul.gkmenu > li:nth-child(3) div.group-title {
background: url(/images/stories/menu-icons/primera-division.jpg) no-repeat 100% center;
}
i dont know how to get individual icons in the same row.
and here is how it looks if i have just 1 column for my menu items, but don't want such a long menu
Bildschirmfoto 2013-07-18 um 10.49.04.png