mikekiwi You can try change the HTML in custom output with editor turned off from :
<img style="float: right;" src="/NatuurkiekersTest/images/zoekknop.PNG" alt="" width="100" height="100">
to
<img style="float: right;" src="/NatuurkiekersTest/images/zoekknop.PNG" alt="" class="hide_mobile" width="100" height="100">
and thereon, add this to CSS file :
@media only screen and (max-device-width: 480px){.hide_mobile{display:none !important;}}