how can i set up the menu auf my website that it always looks like this? http://i.imgur.com/EJZmXch.jpg
i don`t want to see the full menu. it sould look like here https://www.fototv.de/fototvtest-sony-alpha-7r . the menu should open on click. is there a way to get this functionallity?
Hey diefleischerei!
use this code:
#advanced_menu_toggle, #advanced_menu_hide {
display: block;
}
.html_header_top.html_main_nav_header #top .av_menu_left .main_menu {
display: none;
}
Cheers!
Andy