Home Forums Retail Pro Top-Bar widget (put it in the middle) Reply To: Top-Bar widget (put it in the middle)

#10673
Andy
Keymaster

This Additional CSS should do it

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