one-click-accessibility icon indicating copy to clipboard operation
one-click-accessibility copied to clipboard

Tool Bar Icon moved to bottom of the page

Open micelijo opened this issue 5 years ago • 1 comments

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.

micelijo avatar Jan 12 '20 13:01 micelijo

Add this to your CSS file:

.pojo-a11y-toolbar-toggle { bottom: 5%; }

This will force the toggle to the bottom of the screen.

wingnutter avatar Oct 15 '20 15:10 wingnutter