Search for: Search Center Mobile Menu Changes Menu on Desktop Viewing 2 posts - 1 through 2 (of 2 total) September 11, 2013 at 7:29 am September 11, 2013 #16286 diegoplaysdrumsParticipant Hi, I was wondering if anyone could help me. my website is: http://www.diegoplaysdrums.com Based on other forums I was able to center my menu on mobile but it cause the menu on the desktop to turn white. Heres the CSS i used. #header #searchform { display: none; } #social-media-icons { margin-right: 2%; } #header { position: relative; padding-bottom: 30px; } #access { background: none; } #access, #access .nav-show, #access a.nav-show:hover { bottom: 0; } #access .nav-show, #access a.nav-show:hover { top: initial; left: 44%; } #access:target .menu { margin-top: 0; } #access, #social-media-icons { position: relative; } #access .nav-show, #access a.nav-show:hover { bottom: -38px; } Can anyone help me? September 17, 2013 at 11:00 am September 17, 2013 #16319 Daniel TaraKeymaster The simplest solution is to place the code above inside the following media query: @media screen and (max-width: 760px) This way it will only affect the mobile version and not the desktop. Viewing 2 posts - 1 through 2 (of 2 total) Tagged: menu You must be logged in to reply to this topic.