Right align lesson buttons

Right align lesson buttons

by John Smith -
Number of replies: 1
Hi, I'm trying to move the lesson jump buttons to right side of the page.

Is there a easy way to change the button location or is it a CSS only fix?

Example with the button ('Next page') on the left below.
Lesson button example

Version: Moodle 3.2.1

Average of ratings: -
In reply to John Smith

Re: Right align lesson buttons

by John Smith -

I've used the below code to make it seem the buttons are centered. I should be using a relative container position but I'm sure how implement it at the moment.

.singlebutton {
    display: inline-block;
    margin-left: 40%;
}