Starting a couple months ago, the icon for One Click Accessibility stopped appearing on my website. Instead, there is just a small blue rectangle…as though the icon was getting pulled into the side. Has anyone else had this problem? Any fixes?
My website is: https://lovefirst.net
Thanks for your help.
Hey macjeffff,
Thanks for the link to your site, according to One Click Accessibility support this is issue can be solved with this css:
#pojo-a11y-toolbar.pojo-a11y-toolbar-right .pojo-a11y-toolbar-toggle {
right: 180px !important;
width: 40px !important;
}
The support link above was for the left side menu, but I adjusted it for your right side menu.
After applying the css, please clear your browser cache and check.
Best regards,
Mike
This CSS worked perfectly.
Thank you!