Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Menu Split by logo – WP Twenty Fourteen Reply To: Menu Split by logo – WP Twenty Fourteen

#171179
chrisburton
Participant

@r3quiem The reason you are having trouble is because:

  • You changed the code within the PHP from <ul id="secondary"> to <ul id="main">. So now both menus have an ID of main. They need to be different from each other so that you are able to position one to the left side of the logo and the other to the right. Make sense?
  • You have not used CSS to position the menu and logo inline with each other.

If you need help, please paste the code I gave you previously into menu.php. Of course the page is going to look weird because you have not created the CSS to position them where they should go.