#8663
webbmary
Participant

Menu placement

I want the icon for the Overlay Menu to be shown instead of the basic menu (at the same place). But when I choose the option “In the nav menu” it looks like this http://imagizer.imageshack.com/img922/8997/RaJEDb.jpg
Now I have choosen “Outside the nav menu” and tried with css to place it right

    nav.tm-navbar {
		position: relative;	
	}
	
	.twp_menu_outside {
		position: absolute;
		right: 100px!important;
		top: 0px!important;
	}

But still it floats to the right. I have created a admin user to you and I will email it to you. Thanks in advance.