I would suggest doing it this way, instead of putting images inline:
Please edit: /templates/gk_storebox/css/override.css and add at its end:
- Code: Select all
.gkMenu > ul > li > a {padding: 20px 16px 0;}
.gkMenu #menu788 {background: transparent url(../../../images/locked.png) 50% 0 no-repeat;}
.gkMenu #menu792 {background: transparent url(../../../images/location.png) 50% 0 no-repeat;}
Ps - You might need to replace '../../../' with '../../../../' or '../../'.
Doing it in css allows You to center image vertically, and as each menu item has its own unique ID, You can adress any of them in CSS.
Play also with top padding (first number in first line) to "move" image higher or lower.
Also - remember to enable "CSS override" in template settings - advanced section if it is not done already