I need help aligning the menu bar in the center. I have attempted to use text-align:center;
but it is not working. You can view the website here. Any guidance would be appreciated. Thank you.
<nav style="text-transform: uppercase;" id="site-navigation" class="main-navigation" role="navigation">
<h1 style="text-transform: uppercase;font-size: 22px;text-align:center;"> <a href="<?php echo get_site_url(); ?>">NATALI-D | Fashion Stylist</a></h1>
<?php wp_nav_menu( array( 'theme_location' => 'primary', 'menu_class' => 'nav-menu' ) ); ?>
</nav><!-- #site-navigation
-->