Difficulties With Menu Bar and Logo Size

Hi,

I have looking searching the forum and tried messing around with the custom css but just can't get the top menu to work the way I want it to.

The site is http://elegado.com/marie/

I am looking to have my top menu look the image below. Is there a way to add the line of colour at the top? Also, lines above and below the current page a visitor is on? Also, I would like to adjust the logo size (and reduce the padding around it) along with the padding of the menu items to make sure it is centered vertically with the logo. Thanks a million!

http://elegado.com/marie/wp-content/uploads/2016/01/jaymarie-home.png


Comments

  • Hi,

    we are sorry but you can not get the same menu with our theme as what you ask for, requires files customization. If you want, you can only remove padding around logo and increase it's size with the following css:
    #Top_bar .logo { padding: 0 !important; }
    #Top_bar #logo { height: 80px !important; }
    #Top_bar .menu_wrapper { margin-top: 20px !important; }
Sign In or Register to comment.