Logo in center menu

Posted in: Newspaper
Post count: 27

Hi,
I am trying to make the menu top header like the one see example (http://news.distractify.com)

I am choosing this Style 3 (full width logo) + menu in Header options, i am trying to get the logo in the same line to the menu with no success ! i know this something about css ! can you help me please ! You can see a live example in my test website
http://wtbuzz.com

Post count: 6600

Hi,

You can add the logo as a menu item like this: https://forum.tagdiv.com/topic/logo-beside-navigation/#post-16384
Use this custom css in theme panel > custom css if the logo dose not look right after you add it as a menu-item:

.sf-menu > li > a > img{
height: 100% !important;
}

Use css to position it as you like after you add it as a menu item.

Thnaks

Post count: 27

Hi, thanks for your reply, i ended up with this result http://wtbuzz.com i need the menu to be align left and the logo still in the center, any solution for this please.

Post count: 6600

Hi,

Please use this custom css:

.td-menu-center {
position: relative;
}
.menu-item-91250 {
position: absolute !important;
left: 40px;
}

Should work like this: http://screencast.com/t/nixkjlLffOU

Thanks

Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.