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 10:10 am
#16400
Inactive
Hi Matt,
You can add the code of line in css as bellow:
ul.navmenu > li > a {
vertical-align: -41px;
line-height:20px;
display:inline-block;
}
Please use the value of line-height and and vertical align as your requirement. if any problem with that, please send us the url of the site so that we could give solution fast.
Note : Please use the custom css plugin or child theme for writing css.
Thanks