Hi @joe_in_brooklyn,
It would be quicker if you could share your site like so: http://help.webflow.com/faq/general/how-do-i-share-my-sites-read-only-link
If I read correctly, you want to vertically align your Heading to the image (the one you attached). Achieving that, you will need to
- Set Body Height to 100%
- Give your Div either a % value or px value
- Set your Heading to a Block with Relative positioning and bring it down however you like
Or, after re-reading your question, if you want to align the heading to the icon, you just
- Give Heading a Relative position and adjust downwards accordingly
Hope this answers your question.