Tagged: center logo, enfold, header, menu
Hey Yigit, my original thread got closed. I guess I led it to believe that I was done.
https://kriesi.at/support/topic/custom-header-help-center-logo-two-menus/
I tried copying the css over to my local host, but it only centered the logo.
What is this ID you are talking about and how would I add one or find one. I tried inspecting element in firefox as well as in firebug, but I couldn’t figure it out.
Do you mind explaining a little more?
Temp admin is still active if needed
thanks
Here is the CSS
div .logo { left: 42%; z-index: 999; }
.logo, .logo a, .logo img { max-width: 156px!important; }
#megaMenu.megaMenuHorizontal ul.megaMenu > li.menu-item:first-child > a, #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega > a { padding-right: 16px!important;
padding-left: 15px!important; }
#megaMenu ul.megaMenu > li#menu-item-277 { margin-right: 535px!important; }
I’m assuming the “menu-item-277” is this ID??
Don’t know how to find it?
Nor do I know how to add a custom ID
Hey!
Basically i have increased right margin of one of your menu item to create a space. 277 is menu item ID, and this is how you can find it http://i.imgur.com/77gnadq.jpg
You should right click on the menu item, “inspect elements” then change its ID with 277, in that case 1004. I hope it is clear
Cheers!
Yigit
Bingo! Got it. I’m sure I can figure the rest out by fiddling with the numbers
Thanks again