Hi
Instead of having the navigation buttons on the left, is there a way to have them displayed in the middle?
Thanks
Hi
Instead of having the navigation buttons on the left, is there a way to have them displayed in the middle?
Thanks
Some custom CSS should help you there. Try adding this:
.branchbuttoncontainer {
text-align: center;
}