Page 1 of 1

Left justify toolbar

Posted: Fri Jan 25, 2019 1:17 am
by nstensland
Is is possible to left justify (left align) toolbar in oxygen web author? Client would like prefer it this way to match their interface.

Thanks,
Nat

Re: Left justify toolbar

Posted: Fri Jan 25, 2019 10:08 am
by cristi_talau
Hello,

You can inject some JS code in Web Author [1] to enforce the following CSS rule:

Code: Select all


.toolbar-scroller {
text-align: left;
}
Best,
Cristian

[1] https://www.oxygenxml.com/doc/versions/ ... ng_js.html

Re: Left justify toolbar

Posted: Wed Jan 30, 2019 7:07 pm
by nstensland
That worked. Thanks!