12/17/2015 at 10:27 am
#358449
Keymaster
@ David
There is not a builtin option for this but you can tweak this with a bit of custom CSS.
#cn-cmap .cn-left {
float: none !important;
}
#cn-cmap .cn-right {
text-align: left !important;
}
#cn-cmap .cn-tray-links .cn-left {
float: left;
}
#cn-cmap .cn-tray-links .cn-right {
text-align: right;
}
That should do it. Hope that helps.
