How do I middle-align my header menu items in WordPress [closed]
Although this is not a WordPress related question and should be asked on StackOverflow instead, but to align your menu items vertically, you have at least 3 options. Assuming your HTML structure is like the following: <nav> <ul> <li> <a href=”#”>My FIRST ITEM</a> </li> <li> <a href=”#”>My SECOND ITEM</a> </li> </ul> </nav> Option 1 Set … Read more