Skin design - move NavigationContainer

Moderator: crythias

Locked
ncmbu
Znuny advanced
Posts: 111
Joined: 23 Jun 2016, 17:11
Znuny Version: 5.0.23

Skin design - move NavigationContainer

Post by ncmbu »

Hi,
I'm currently working on a custom Skin for our OTRS and ran into some kind of problem.

I'd like to reorder the Elements in the header to have the following order: Logo | NavigationContainer Toolbar
So far I had no problems in placing the Logo on the left and the Toolbar to the right. However I'm not able to change the position of the #NavigationContainer.
I can set the CSS-Styles I want to apply in my Core.Header.css, but they don't apply, because they get overwritten by a direct style-declaration inside the HTML, which takes precedence. I guess they are generated by some Javascript or maybe even Perl itself.
Is there a way to prevent this style-declaration, so that moving the Navigation is possible, or does it always have to be on the left side?
Locked