-
AuthorPosts
-
October 30, 2014 at 6:11 pm #135500
HI
I have uploaded X 2.6. I have my logo centered and would like to split the navigation menu inline on each side of the logo image. Is there any way to do this? Here is an image of what I would like. The website is:
http://www.integratedshop.comThanks in advance for your help!!
Marjorie
October 30, 2014 at 10:21 pm #135603Hi there,
You can add the logo as a menu item using the custom link option inside the Menus (Appearance -> Menus) and remove the top logo being displayed. Follow the screenshot (http://screencast.com/t/wIEoehVbZrT).
Then add the following CSS workaround into your Customizer, Custom > CSS section using the menu Appearance -> Customize.
.x-brand.img { display: none; }
Hope that helps.
October 31, 2014 at 10:16 am #135911Hello:
Here is the link to my website:
http://www.integratedshop.com/
I would like my logo in the center of the navbar along with the navigation menu. The CSS above got rid of the logo completely. I would like the logo inline dividing the navigation in half like the picture above. Tried a lot of different options and cant get it to work. Can you help me?
I appreciate you help––Thank you!
MW
October 31, 2014 at 11:14 am #135961Hello:
Here is an example of the Navbar setup I forgot to include above:
HOME | PRACTICE AREAS | LOGO HERE | ABOUT | CONTACT
THANKS
MOctober 31, 2014 at 11:39 am #135984The best solution for this is to add a menu item that has a background image of your logo that way it will be centered and unified with the menu.
October 31, 2014 at 1:25 pm #136049Okay…That makes good sense. Thank you very much for your help!
M
October 31, 2014 at 3:05 pm #136113Glad we were able to help. 🙂 Have a nice day.
October 31, 2014 at 6:15 pm #136209Alright…I’m not sure how to add “a menu item that has a background image of your logo” in WordPress. How do I add the image?
Thanks in advance!
MOctober 31, 2014 at 7:31 pm #136235Happy Halloween!!
I have the image loaded in the menu and just need to center it now:
I need to add padding-top: 15px to the a href tag for “menu item 33″ and I’m not sure how to do that? Here is the line of CSS:
.x-navbar .x-nav > li > a {
height: 90px;
padding-top: 34px;
}But I only want to change the padding for the menu item with the logo? New to this, so your help would be greatly appreciated!
<li id=”menu-item-33″ class=”nav-logo menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-26 current_page_item menu-item-33 has-image”>
Thank you for your help!
MNovember 1, 2014 at 2:52 am #136314Hi there,
Use the following CSS workaround below, add it into your Customizer, Custom > CSS area using the menu Appearance -> Customize.
.x-navbar #menu-item-33 > a { padding-top: 15px; }
Hope that helps.
November 1, 2014 at 9:10 am #136422THANK YOU SOOOO MUCH!!!
MNovember 1, 2014 at 11:24 am #136484You are welcome.
June 7, 2015 at 11:38 am #295094I am trying to accomplish the same task here. Can I have some specification on exactly how to split the nav bar menu with a logo?
June 8, 2015 at 12:22 am #295427Hi there,
Please follow this thread :
https://theme.co/x/member/forums/topic/making-logo-be-in-the-middle-of-the-nav-bar/#post-161784
Hope that helps.
October 4, 2015 at 12:21 am #609875Hi There,
I have looked through every tutorial in this knowledge base and cannot do this. If I send you the logins, can you guys make the split logo for me?
-
AuthorPosts