Left justify toolbar

Are you missing a feature? Request its implementation here.
nstensland
Posts: 21
Joined: Wed Jan 16, 2019 5:16 am

Left justify toolbar

Post 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
cristi_talau
Posts: 495
Joined: Thu Sep 04, 2014 4:22 pm

Re: Left justify toolbar

Post 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
nstensland
Posts: 21
Joined: Wed Jan 16, 2019 5:16 am

Re: Left justify toolbar

Post by nstensland »

That worked. Thanks!
Post Reply