Hi, I want the menu at the very top of the pages, kind of like the sticky menu displays except with background images. Is there a way to put it above the logo, like in the action bar position?
it is possible to put menu inside action bar but it won't look as default menu and also does not have any dropdown effects so you can't use submenu items inside. We mean something like we did on http://themes.muffingroup.com/be/language/ in right top corner.
/* Top bar */ .menu-tab { padding-left: 10px; background: url(../images/menu-tab.png) no-repeat left center; } #Top_bar .menu > li > a span:not(.description) { border: 0; }
Comments
it is possible to put menu inside action bar but it won't look as default menu and also does not have any dropdown effects so you can't use submenu items inside. We mean something like we did on http://themes.muffingroup.com/be/language/ in right top corner.
Thanks!
/* Top bar */
.menu-tab { padding-left: 10px; background: url(../images/menu-tab.png) no-repeat left center; }
#Top_bar .menu > li > a span:not(.description) { border: 0; }
???