kishan@123's avatar

Font icon showing not properlly

email us

[email protected] [email protected]

envelop icon not showing middle of the box it show top of media box can any one give idea to resolve the issue. am using font link as:

0 likes
5 replies
cmdobueno's avatar

To solve a problem, we need to see the code. You need to provide a bit more detail... and by a bit... i mean a lot.

1 like
click's avatar

Try wrapping your code into triple backticks like this: Only remove the spaces between the backticks

` ` `

your code

` ` `

Result:

your code
click's avatar

That is because this forum is messing up the html he is posting. It is something like:

link is:
<link href='https://fonts.googleapis.com/css?family=Montserrat:400,600,700' rel='stylesheet' type='text/css'>

code:

<div class="media">
                <a class="media-left" href="#">
                  <i class="fa fa-envelope" aria-hidden="true"></i>
                </a>
                <div class="media-body">
                  <h4 class="media-heading">email us</h4>
                  <p><a href="mailTo:[email protected]">[email protected]</a> <br><a href="mailTo:[email protected]">[email protected]</a></p>
                </div>
              </div>
1 like

Please or to participate in this conversation.