ul { display: table; height: 100%; table-layout: fixed; width: 100%; } ul li { display: table-row; vertical-align: middle; }