Home › Forums › WordPress Themes – Premium › Flat Responsive › Align navigation to bottom of logo › Reply To: Align navigation to bottom of logo
July 30, 2015 at 3:24 am
#21587
Participant
vertical-align:middle does not work, becaus for this to work you must display the containing divs or elements as table-cells.
This is not the case here.
To get the text aligned properly, you can use the height of the logo as it’s line-height in css and minus values in bottom padding.
Good luck.