[Resolved] Mobile friendly font awesome snippet

Home Forums Support [Resolved] Mobile friendly font awesome snippet

Home Forums Support Mobile friendly font awesome snippet

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #255543
    Pete

    Just thought I’d share this nifty font-awesome snippet that tells the visitor your website is mobile-friendly…

    Use this css to align the desktop icon and colour the checks:

    .times-desktop.fa-2x.fa-stack-1x {margin-left:13px;}
    .fa-times {color:#1ca827;}
    .fa-check {color:#1ca827;}
    <span class="fa-stack fa-lg">
      <i class="fa fa-mobile fa-3x fa-stack-1x"></i>
      <i class="fa fa-check fa-2x fa-stack-1x"></i>
    </span>				
    <span class="fa-stack fa-lg">
      <i class="fa fa-tablet fa-3x fa-stack-1x"></i>
      <i class="fa fa-check fa-2x fa-stack-1x"></i>
    </span>	
    <span class="fa-stack fa-lg">
      <i class="fa fa-desktop fa-3x fa-stack-1x"></i>
      <i class="fa fa-check times-desktop fa-2x fa-stack-1x"></i>
    </span>
    #255544
    Pete

    You can see it working (on desktops only) here.

    #255588
    Tom
    Lead Developer
    Lead Developer

    Cool, thanks for sharing! 🙂

    #255592
    Pete

    https://snag.gy/Gt9dPC.jpg

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.