Hello folks,
I have a problem i am using icon font… but for some reason the icons are not showing properly see screenshot… the envelope for example spacing in icon corner… when i zoom to 150% i don’t see it anymore… in Chrome and FIrefox i have this problem but IE8+ don’t… can somebody help?
http://s7.postimg.org/wr6wf7lx7/problem.png
CSS:
/* Contact Page Icons */
#get-help .icon-envelope,
#get-help .icon-phone,
#get-help .icon-chat {
font-size: 50px;
color: #ef5827;
}
<section id="get-help" class="section section-gray hr-bot">
<div class="container-fluid text-center">
<h2 class="sec-title">Get help from WordPress excerpts</h2>
<div class="sec-desc">Our team of WordPress excerpts are here to help</div>
<div class="gh-contact">
<div class="ghc-col">
<a href="#">
<span class="thumb"><i class="icon-envelope"></i></span>
<h3>Open a ticket</h3>
<p>Reach us by email</p>
</a>
</div>
<div class="ghc-col ghc-col-2">
<a href="#">
<span class="thumb"><i class="icon-phone"></i></span>
<h3>Give us a call</h3>
<p>085 401 5321</p>
</a>
</div>
<div class="ghc-col ghc-col-3">
<a class="pointer" onclick="toggleChat()">
<span class="thumb"><i class="icon-chat"></i></span>
<h3>Chat with us</h3>
<p>Immediate answers</p>
</a>
</div>
</div>
<p class="mbn small"><em>Standard support hours are M-F 9am-7pm CDT and 24/7 emergency support.</em></p>
</div>
</section>
can somebody help me?
Thanks