I'm struggling to insert an (i) information icon before the phrase "Learn more" in the sentence: "Click on the 'Learn more' buttons for additional information." The icon keeps overlapping with the words "Learn more."
Could someone provide some assistance?
Edit: Here is the code snippet I am working with:
Click on the "Learn More" buttons throughout the exercise to access additional information specific to each service.
The image I want to appear before "Learn More" is as follows:
<img id="learn" src="http://public.citizenbudget.com.s3.amazonaws.com/uploads/custom/london/Screen%20Shot%202015-12-01%20at%202.41.23%20PM.png" width="20">
In my CSS, I have used the following styling for this image:
#learn {
position: absolute;
}