Tagged: logo center, Logo Position
-
AuthorPosts
-
February 27, 2017 at 4:28 am #752119
Hi
I would like to have my logo in the center of the menu navigation
menu | menu | logo | menu | menu |How do I achieve this?
And will the menu height automatically adjust to my logo height?
Also will the menu height shrink when you scroll ?Thanks
March 1, 2017 at 7:42 am #753473Hey Dave,
Could you post a link to the site in question so that we can take a closer look please?
Best regards,
RikardMarch 6, 2017 at 9:54 am #756267Can you post this solution?
March 10, 2017 at 11:22 am #758817Hey!
@limedrop: Set the Header > Menu and Logo Position settings to “Logo center, Menu below’. Add a right margin to the menu item beside the logo and move the menu container upwards with the following css code.#menu-item-77 { margin-right: 100px; } #header_main_alternate { z-index: 2; top: -60px; border: none; }
Adjust the “#menu-item-77” selector to the id of the menu item located at the left side of the logo.
Best regards,
IsmaelMarch 11, 2017 at 2:59 am #759225Hi Ismael
Thanks however it didn’t work
I change the menu setting to logo centre, menu below &
I just pasted the code into style.css on child theme.Is there anything else?
It is on my local host so I can’t show you, however the menu sticks to centre above the menu, same as before!
Any thoughts anyone
March 11, 2017 at 5:58 am #759254Hi!
Did you change the menu item id? I’m sorry but we can’t help you further if we can’t inspect the site. Please update us once the site is live.
Cheers!
IsmaelMarch 12, 2017 at 6:24 am #759552Hi Ismael
Have I done it right?
I found the menu item ID by right clicking the page, view source & found the menu list.
I changed the Menu item ID of the menu item that I want to the right of the logo & it didn’t make a difference.#menu-item-956 {
margin-right: 100px;
}#header_main_alternate {
z-index: 2;
top: -60px;
border: none;
}This is on my local host so only way to show you is to organise a time & log in with Team Viewer.
March 13, 2017 at 7:40 am #759842 -
AuthorPosts
- You must be logged in to reply to this topic.