Hi Max,
You can edit the contact page. You can go to text tab instead of visual tab and use this html code instead of shortcode.
<div class="col-sm-3 col-xs-6 ">
<div class="fun-fact"><i class="pw-icon-mail-1"></i><p></p>
<h4><a href="mailto:johndoe@gmail.com">johndoe@gmail.com</a></h4>
</div></div>
Hi, You need to copy and paste the html code instead of this shortcode;
[column width_xs="6" width="3"] [fun_fact icon=”mail-1″ text=”johndoe@gmail.com”] [/column]
I tested it and it is working well.
Thanks