one-click-accessibility
one-click-accessibility copied to clipboard
Tool Bar Icon moved to bottom of the page
Hello. I wanted to comment on the tool bar icon. I think if there was an option to have the icon at the bottom of the screen the plugin would be more robust. Currently, if I place the icon on the bottom of the screen (off set from top), the menu features of the toolbar are not in view once open. I do not know how to code and currently building a simple wordless site but I would like to add this plugin to my site. Could you please advise how I can have the icon at the bottom of the page and have the menu open above the icon instead of below. Thank you.
Add this to your CSS file:
.pojo-a11y-toolbar-toggle { bottom: 5%; }
This will force the toggle to the bottom of the screen.