okay now it is perfect, to review for anyone else who is thinking of doing the same as I am using the Head, Footer and Post Injections plugin to enable this great plugin….
first in header and footer tab
in the <HEAD> page section injection (on every page) text box add:
<style>
.zeno_font_resizer::before {
content: ‘For your comfort please do change the font size: ‘;
}
</style>
then in the tab Posts
in the textbox Before the post content add:
<?php
if (function_exists(‘zeno_font_resizer_place’)) {
zeno_font_resizer_place();
}
?>
and it looks fantastic, now my very simple theme, is responsive and the user still has control (as they should for accessibility reasons) over the font size…
This has been a bug bear for ages! finally with the right theme and the ability for the user to change the font sizes, all users on all devices get a readable site !