Home Forums Theme support Caboom theme – centering menu items Reply To: Caboom theme – centering menu items

Hi,

please go to WordPress admin -> Appearance -> Theme Options -> General -> Extra CSS Content (textarea) and add this:

ul#menu {
text-align:center;
}

This code will align the menu items to the center.