Arrow images on headline

Hi
I’ve got an arrow that should be and was displaying in my titles here that say " quotes go here " and " Quick contact Form here " but I can’t seem to get the images back ( there is a small blue mark where you can see them slightly )

I’ve tried positioning in different ways but nothing seems to be working

http://www.muslimahwebdesign.co.uk/contact/

Best guess. Add some padding to that <h3> (not all <h3>s).


h3 {
    padding: 14px 0 14px 40px;
}

And you might want to consider changing the vertical position of the arrow to 50%:


url("http://www.muslimahwebdesign.co.uk/wp-content/uploads/2013/05/arrow_blue_down.png") no-repeat scroll 0 [color=blue]50%[/color] rgba(0, 0, 0, 0)

Nag: Always make backups before making changes… and keep them. :slight_smile:

great!

Finally got them back

many thanks