Ask your WordPress questions! Pay money and get answers fast! Comodo Trusted Site Seal
Official PayPal Seal

Image next to menu items WordPress

  • SOLVED

Hello!

I know this is not difficult, but I just can't get it to work with this theme.

I need to get an image lined up next to each of the menu items.


http://rubyreddesignstudio.com/plp/

Thanks!

Answers (2)

2011-11-06

Luis Cordova answers:

hi Linda

we have worked before, sure let me take care of this


Linda M comments:

We have! Do you need login info?


Luis Cordova comments:

yes over private messaging please


Luis Cordova comments:

got it working on it

2011-11-06

Romel Apuya answers:

change the css of
#nav ul.menu li
to

#nav ul.menu li {
background: url("http://www.puspaphoto.com/wp-content/uploads/2011/11/dot-34.png") no-repeat scroll right 50% transparent;
float: left;
overflow: hidden;
padding-right: 3px;
position: relative;
}