• Resolved Groovyx9

    (@groovyx9)


    Hello,
    How could I move the 3 buttons (top, up, down) 50 pixelsup from bottom ? There is already a div at bottom πŸ™‚
    Thanks in advance for the bit of code I am missing…
    Best

Viewing 1 replies (of 1 total)
  • Thread Starter Groovyx9

    (@groovyx9)

    Found my solution πŸ™‚

    .page-scroll-buttons button.all-the-way-to-top {
    bottom: 165px !important;
    }

    .page-scroll-buttons button.one-page-up {
    bottom: 105px !important;
    }

    .page-scroll-buttons button.one-page-down {
    bottom: 45px !important;
    }

    Still having issue with opacity, I will continue in the other thread about this subject

    • This reply was modified 5 years, 11 months ago by Groovyx9.
Viewing 1 replies (of 1 total)

The topic ‘Move up’ is closed to new replies.