TwoStudios Hi
It's due to the CSS class added to these two modules is inadvertently affecting the frontend display.
1/ Go to Global configuration in Backend of your site >> set default editor to None. Then open settings of the custom module: Header right , look for this code:
<span class="d-none d-md-block">Contacteer ons</span>
and remove that 'd-none d-md-block' class
2/ Open this file: root/templates/ja_purity_iv/acm/hero/tmpl/style-1.php
Look for this line:
<a href="<?php echo $helper->get('btn-1-link', $i); ?>" class="btn btn-<?php echo $helper->get('btn-1-type', $i) ;?> mb-2 mb-md-0">
and remove the class mb-2
The provided admin lacks full permissions, so I'm unable to make the necessary changes.
Regards