Superfish drop down menu, third line item spacial problem

I have a Superfish menu that if you hover over Programs>Community Partnership Programs there’s a gap just above the line item. I’m not sure where it’s coming from.

Can someone guide me so I know where to fix it?

The gap is because the text is on two lines and is bigger than the image you are using :slight_smile:

Add a background colour in the finishing colour of that image.

e.g.


.sf-menu li li {
  background:[B]#FAB239 [/B]url("../../../../images/stories/ext/menu_rpt_bkgrd.jpg") repeat-x 0 0 ;
}

Beauty! Thank you! It worked perfectly!