I need to have the top menu centered, and for the far right category to stop wrapping down to a new row.
Hey umbrella8!
I gave you some CSS for this in your other topic. When you say “top menu centered” I think your referring to the phone information so add this to your custom CSS.
#header_meta .container { text-align: center !important; }
.phone-info { float: none !important; }
Best regards,
Elliott