Totara Learn Open Discussions

Centering Navigation buttons in a lesson

 
? ?
Centering Navigation buttons in a lesson
von ? ? – 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
von Benn Cass – Wednesday, 18 September 2019, 5:40 AM
Gruppe Partners

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


.branchbuttoncontainer {

    text-align: center;

}

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

Thank you - that worked perfectly :)