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

#171263
chrisburton
Participant

@r3quiem

In menu.php, please change this:

<ul id="Secondary">%3$s</ul>'

to this:

<ul id="secondary">%3$s</ul>'

I have only been working with CSS for about 6 months if that.

Im not massively confident on how to write out ID css

Wait. You have spent 6 months using CSS and you have no idea on how to write an ID in CSS? Where have you been educating yourself? That is one of the most basic steps you start with when learning CSS.

I would be more than willing to help you if it appeared that you were putting some effort into it but not knowing how to write an ID for 6 months when all it would have taken is a google search, that’s…I’ve never heard of that before.

/**
* This is how you write a class in CSS (use a period).
*/

.class

/**
* This is how you write an ID in CSS (use a hash symbol).
*/

#id