How do I make my main header navigation centralised on the Warehouse theme

Hi How do I make my main header navigation centralised on the Warehouse theme?

I have only 2 drop downs and it looks odd all on the left.

If someone can help please.

Thanks.

@earljp01

Welcome to the Shopify community!
Thanks for your good question.

Please share your store URL.
So that I will check and let you know the exact solution here.

https://viphomesfurniture.com/

https://viphomesfurniture.com/

@Mr_RaviRaj

@earljp01

ul.nav-bar__linklist.list--unstyled {
    text-align: center !Important;
}

Add this code in the bottom of theme.css file.

  1. Navigate to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
  3. Save it.

Thank you so much !!!

@earljp01
Let me know if you need any more help,
and like and accept our Solution, if helpful.

Thank you.