http://www.crestedbuttecomputers.com/dev/coloradoadventurerentals/
All icons that I downloaded from FlatIcon.com are not centered vertically for some reason? The line height is wrong it appears – but if I change it in the CSS it affects the included icons negatively.
Hi ewingmh!
you can control it using this:
#top .avia-font-flaticon, body .avia-font-flaticon, html body [data-av_iconfont='flaticon']:before {
margin: -10px;
}
Adjust as needed.
Cheers!
Andy