The main question is CSS / HTML. As shown in my screenshot, there is an image of an arrow on the left, I want to move it so that the midpoint of the arrow is slightly higher than the midpoint of the text following it. This may be the main stuff, but what property in css will help me do this?
I have a css class for an image something like this.
<img src="images/block_arrow.png" class="t-image imagestyle1" alt="image"/>
Thanks Adarsh

source share