• Hello,

    I use costumizr 3.0.9 theme on my website.
    I want to make center alignment on header menu section. Below is a code of my header. What do i need to change and how to do that. I’m newbie at css coding.
    Thanks in advanced.
    my WEBSITE

    <?php
    /**
     * The Header for Customizr.
     *
     * Displays all of the <head> section and everything up till <div id="main-wrapper">
     *
     * @package Customizr
     * @since Customizr 1.0
     */
    ?>
    <!DOCTYPE html>
    <!--[if IE 7]>
    <html class="ie ie7" <?php language_attributes(); ?>>
    <![endif]-->
    <!--[if IE 8]>
    <html class="ie ie8" <?php language_attributes(); ?>>
    <![endif]-->
    <!--[if !(IE 7) | !(IE 8)  ]><!-->
    <html <?php language_attributes(); ?>>
    <!--<![endif]-->
    	<?php do_action( '__head' ); ?>
    
    	<body <?php body_class(); ?> itemscope itemtype="http://schema.org/WebPage">
    
    	   	<header class="tc-header clearfix" role="banner">
    
    			<?php do_action( 'before_menu' ); ?>
    
    	      	<div class="navbar-wrapper clearfix row-fluid">
    
              	<!-- Wrap the .navbar in .container to center it within the absolutely positioned parent. -->
    	            <?php
    	            	do_action( '__logo_title' );
    
    					do_action( '__tagline' );
    
    					do_action ( '__menu' );
    				?>
    
            	</div><!-- /.navbar-wrapper -->
    
    		</header>
    
    	  		<?php do_action ( '__slider' ) ?>
    
    		<div id="main-wrapper" class="container">
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Center alignment’ is closed to new replies.