Hi there,
Can anyone assist me with images/icons in the Main Menu? I'd like to display the image above the item title and have them both centred?
Thanks
.gkMenu > ul > li > a {
height: 36px;
line-height: 36px;
padding: 36px 22px 0;
}
.gkMenu > ul > li.name_of_icon_suffix_goes_here > a {
background-image: url(../images/name_of_the_icon.png);
background-position: 10px center;
background-repeat: no-repeat;
}