How can I center the main menu in the Flow theme?

Hello, @Fred310
Greetings from the Wholesale Helper Support Team! Happy to help you today.

  1. Go to online store > theme > Edit code > Layout > theme.liquid (file) and Paste the below code at the end of the file, just before the closing " " tag → Save
#top_links_wrapper{
     width: 88% !important;
    justify-content: center !important;
}
  1. After adding the above CSS, it looks like this-

Let me know If need further assistance

Regards,

Wholesale Helper Support Team