Action bar

It is possible to put the action bar to the right, also the top menu if possible that it becomes sticky?

Even these links I made that are blank, but after the last update and returned as before. How can I make it permanent?

Thank you very much for the answer

Comments

  • Hello,
    only the main menu becomes sticky, not the action bar.
    If you want the action bar contents to go right, use this css
    #Action_bar .contact_details {
    float: right !important;
    }
    Remember to disable cache and minification while using custom CSS, otherwise it may not work instantly.
    thanks
Sign In or Register to comment.