Hi @eagle75au,
Currently, I see the HTML code for that button is as below :
<p style="text-align: center;">
<a href="/component/aicontactsafe/?view=message&layout=message&pf=1">
<img width="266" height="95" src="/images/stories/button2.png" style="float: right;">
</a>
</p>
and you can change it as below :
<p style="text-align: center; opacity: 0.7; position: relative; top: 10px;">
<a href="/component/aicontactsafe/?view=message&layout=message&pf=1">
<img width="266" height="95" src="/images/stories/button2.png" style="float: right;">
</a>
</p>
Make sure to adjust the opacity and top attribute to suite your need.