How can i make two menu walkers with logo in center?
If you’re looking for something like this: It’s actually not as complicated as using multiple Nav Walkers and can all be achieved with CSS. #masthead{ background:#B81237; padding:0.1rem 0 0 0; box-shadow:#999 0 2px 6px; box-shadow:rgba(0,0,0,0.2) 0 2px 6px; } .site-logo{ width:100%; margin:0 auto; padding:0; text-align:center; } .site-logo img{ position:relative; z-index:10; width:15%; margin:0.1rem auto -9rem auto; … Read more