• delighted of the plugin. I have a problem with the position, I need that instead of being floating it is fixed on the sidebar. How could I achieve it?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter rpeveri

    (@rpeveri)

    or put it as a menu item or suggestions are very welcome

    I’m also looking for a solution to fix the icon to a position on the screen rather than just having it relative to the top of the window.

    @rpeveri , As the support queue isn’ active, and this is an open source project, I went ahead with a CSS change in order to fix it to our site’s menu location. Obviously you might need to modify the fix location in order to use it on your site.

    body { position: relative;}
    body #pojo-a11y-toolbar {
    position: absolute!important;
    top: 223px !important;
    }
    @media screen and (max-width: 767px) {
    body #pojo-a11y-toolbar {
    top: 65px !important;
    }
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘alternative position’ is closed to new replies.