Add Secondary Menu to Action Bar

Is there a way to add secondary menu to the action bar. 
But not replace the social media...Just add the menu items to the left side?

I added simple links, but since they are not menu items they do not remain active when the user clicks on the link. 
g

Comments

  • Hi,

    we are sorry but we do not have such possibility included unfortunately. The only thing you can do is put simple links into Slogan field instead which is on the left side in Action Bar and then float it to the right.
  • edited March 2017
    Maybe:

    #Action_bar .contact_details {
        float: right;
        text-align: right;
    }

    #Action_bar .contact_details li.slogan {
      float: left;
    }
  • thanks! 
Sign In or Register to comment.