How can I center the navigation bar text in the Expanse theme?

Hi

Please could you provide a solution on how to centre the navigation bar text, like the one I’ve attached below. (I’m using the theme expanse.)

Kind Regards, Tom

1 Like

@Anonymous

https://zwippy.com/?fts=0&preview_theme_id=125270032540

Please follow the steps:

  • Step 1: Go to Online store > Themes > Actions > Edit code.
  • Step 2: Go to Assets > theme.css and paste this at the bottom of the file:
    .site-navigation–below {
    text-align: center;
    }