Hi.
I have followed this thread in order to set up an image next to a menu item. All is good so far, as i have set up a css class for it. Problem is that the image and menu label are not displaying on same line.
Please see attached below.
The css style i have used is.
/* Add image next to menu item label */
.menuimage {
width: 30px;
height: auto;
clear: both;
float: left
}
Thanks in advance.
Max
