Home Forums Ibsen Pro Secondary Menu? Reply To: Secondary Menu?

#13211
Andy
Keymaster

This ‘Additional CSS’ will center the top bar widget:

#top-bar .widget {
    display: block;
    width: 100%;
    text-align: center !important;
}