How do I center the menu links and add a phone number to the right side?

I need to center the main menu navigation and also add a phone number that is directly aligned with the menu, but have it display on the far right of the screen. I would prefer the size of the number to be comparable to what the style used for the H4's on my website (site is www.2ndchanceinsurance.com), and for the number to be hidden when viewing from a mobile phone (it's OK to show on tablets because of the larger size).

How do I go about achieving this? Below is an example of what I'm hoping to accomplish.

image

Comments

  • Sorry but this is not possible at all with current theme options.
  • edited December 2014
    OK. Thank you for the prompt response!

    I ended up adding the Action Bar as a work around, but I have but two questions:

    1. How can I have the Action Bar slogan, e-mail and phone number align to the right, directly above the top menu?
    2. How can I change the color of the background of the Action Bar to white?
    Thanks again for all of your help!

  • 1. For that please use below css:
    #Action_bar .contact_details { float: right !important; }
    2. To change Action bar color, please use below css:
    #Action_bar { background-color: #FFF !important; }
Sign In or Register to comment.