Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Senff

    (@senff)

    I can (and will) definitely add an additional preset in the next version where the buttons will be centered at the bottom of the screen. Should have that in a day or so.

    As for editing the CSS — I believe any custom styling should be theme-based and not locked to a plugin, so I don’t think this should be in the plugin options.

    Of course, you can easily change any CSS if you just add it to your generic theme file. Make sure you target the following elements:

    .page-scroll-buttons button.one-page-up {
       /* your styles here */
    }
    
    .page-scroll-buttons button.one-page-down {
       /* your styles here */
    }
    
    .page-scroll-buttons button.all-the-way-to-top {
       /* your styles here */
    }
    Plugin Author Senff

    (@senff)

    The centering option has now been added to the latest version (1.1).

    Still nowt working…

    Plugin Author Senff

    (@senff)

    @jdev If you’re having issues getting the plugin to work correctly, please create a new thread on this forum. Don’t forget to include a link to your site so I can see what the problem might be. Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Positioning options’ is closed to new replies.