Logo Between Menu Support Forums for LiveMesh Themes & Plugins › Forums › Agile Theme Support › Logo Between Menu This topic has 5 replies, 2 voices, and was last updated 9 years, 3 months ago by Veena. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts October 2, 2015 at 6:49 pm #16890 daruetschMember Hi Template-Creators I’ve got a situation with your template. I’m trying to get our group logo between the primary menu (check attachment). Long story short: Is it possible to make a split menu? If yes, how? 😀 Thanks for your response! Greetings Samy October 3, 2015 at 7:30 am #16900 VeenaModerator You can achieve this with the help of plugin. Can you pls try this – https://wordpress.org/plugins/menu-image/screenshots/ October 8, 2015 at 2:11 pm #17008 daruetschMember It works great! but how can i disable the picture in the mobile menu? and show a mobile logo? http://www.freestyle-uri.ch October 9, 2015 at 6:34 am #17015 VeenaModerator Pls add the below custom CSS in themeoptions – @media only screen and (max-width: 767px){ li#menu-item-5835 { display: none; }} And pls add a normal sitelogo through Themeoptions- sitelogo and with the help of custom CSS we can display that only for mobiles . October 9, 2015 at 7:18 am #17017 daruetschMember now i add a site logo, how can i display it on a mobile sreen? October 9, 2015 at 8:11 am #17019 VeenaModerator After adding the site logo(Themeoptions – sitelogo) You can try the below custom CSS – @media only screen and (max-width: 767px){ #site-logo{ display: block !important; }} #site-logo{ display: none; } #header.sticky #site-logo { display: none !important; } Author Posts Viewing 6 posts - 1 through 6 (of 6 total) The forum ‘Agile Theme Support’ is closed to new topics and replies.