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

#170996
chrisburton
Participant

@r3quiem What you can do for your logo is:

.logo {
    background: url('path/to/image.png');
}

I have the CSS in that previous thread where I mentioned the PHP code if you want to find it. That will line up the menus but you may have to mess with the logo margins.

Remember that in the PHP code where it showed <ul id="main"> and <ul id="secondary">, they need to have different ID’s or classes so that you can separate them.