Add Images to Left side Of Submenu
-
Hello,
I have the sub menu in as a custom menu using the header widget.
I’ve been trying to add images to the left of the sub menu using this code in css:
`#nav li.request a {
background: url(images/button_rust.png) no-repeat left center;
margin: 12px 0 0 10px;
height: 25px;
left: 13px;
padding: 0;
text-indent: 25px;
border: none;
}Could anyone tell me what I’m doing wrong?
Thanks!
https://tinyurl.com/792phdp
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Add Images to Left side Of Submenu’ is closed to new replies.