Reply To: Menu Bar – Autofill across container width May 14, 2014 at 6:50 pm #5437 RonKeymaster It depends on how many parent menu items you have. For example if you have 5 then you divide 100% by 5 to get 20%. .nav-main { width: 100%; } .nav-main > li { width: 20%; }