Forum Replies Created
- 
		AuthorPosts
- 
		
			
				
June 4, 2014 at 10:38 am in reply to: Fly-out menu formatting, transparency and screen size. #274433I’d like to reposition #advanced_menu_hide, not#advanced_menu_toggle.I’ve introduced transparency to the mobile menu. You can see the result here:  The theme CSS places the icon #advanced_menu_toggleright: 0px; top: 50%; in relation to “header_main” “container”, but the icon#advanced_menu_hideis placed top: 44px; right: 23px; in relation to “wrap all” “show mobile menu”, so they don’t appear one directly on top of the other. How do I force#advanced_menu_hideto position itself directly above#advanced_menu_togglein all screen dimensions?Thanks. And another question about the fly-out mobile menu: The menu toggle icon appears within the page content wrapper, but the collapse menu icon appears on the very edge of the screen, outside the page content wrapper. The div for #advanced_menu_togglecomes up as<div id=”header_main” class=”container_wrap container_wrap_logo”> 
 <div class=”container”>but the div for #advanced_menu_hidecomes up as<div id=”wrap_all” class=”show_mobile_menu”> How do I assign #advanced_menu_hidethe same div as#advanced_menu_toggleso they appear in the same location?Thanks! May 31, 2014 at 10:09 am in reply to: Fly-out menu formatting, transparency and screen size. #272749Thanks Yigit 1 – Perfect. 2 – Works. Mobile menu items are center aligned, but: The menu sub-items are center aligned and also tabulated. How do I remove the tabulation for menu sub-items in mobile menu? 4 – The code is: 
 #header_main { background: rgba(255,255,255,0.6); }Cheers, 
 DanMay 30, 2014 at 10:06 am in reply to: Fly-out menu formatting, transparency and screen size. #272295And one more: 4) For the standard header, I’d like to make the transparent menu (‘transparent header’ selected) not be fully transparent, so that the menu block remains about 20% visible. Thanks. { left: 0px; } did the trick. Many thanks Dan Thanks for the quick response Yigit. 1- All good. Thanks. 2 – the logo doesn’t seem to be the cause. The menu on the left still sticks out about 10px outside the page content width. Thanks Thanks Yigit. 
- 
		AuthorPosts
