Totara Learn Open Discussions

Centering Navigation buttons in a lesson

 
? ?
Centering Navigation buttons in a lesson
by ? ? - Wednesday, 18 September 2019, 3:33 AM
 

Hi

Instead of having the navigation buttons on the left, is there a way to have them displayed in the middle?

Thanks

Benn Cass
Re: Centering Navigation buttons in a lesson
by Benn Cass - Wednesday, 18 September 2019, 5:40 AM
Group Partners

Some custom CSS should help you there. Try adding this:


.branchbuttoncontainer {

    text-align: center;

}

? ?
Re: Centering Navigation buttons in a lesson
by ? ? - Wednesday, 18 September 2019, 4:52 PM
 

Thank you - that worked perfectly :)