Dear forum members, I want to set up the icon before menu item, but my css skill is not so high. Could you please help me solve the problem with align and margin of the image? I think I need to do new css class but in which file? Thank you
#gkMiddleMenu ul.menu li:first-child a {
padding: 0 0 0 20px;
background: transparent url('/templates/gk_twn2/images/joomla/calendar.png') no-repeat left 5px;
}
#gkMiddleMenu ul.menu li:first-child a {
padding: 0 0 0 20px;
background: transparent url('../images/icons/calendar.png') no-repeat left 5px;
}
#gkMiddleMenu ul.menu li:first-child a {
padding: 0 0 0 20px;
background: transparent url('../images/joomla/calendar.png') no-repeat left 5px;
}