• Resolved meredithcoe

    (@meredithcoe)


    Hello,

    I am very new to this and piecing my site together. How do I center my logo. I’ve tried working in CSS, but for some reason it won’t work. Any help greatly appreciated.

    https://www.meredithcoephoto.com

    <body <?php body_class(); ?>>
    <div id=”page” class=”hfeed site”>
    <?php do_action( ‘before’ ); ?>
    <header id=”masthead” class=”site-header” role=”banner”>
    <div class=”header-content”>
    <div class=”site-branding”>
    <h1 class=”site-title” id=”site-title”>” title=”<?php echo esc_attr( get_bloginfo( ‘name’, ‘display’ ) ); ?>” rel=”home”><img src=”https://meredithcoephoto.com/MedNewLogo.jpg&#8221; /></h1>
    </div>

    <div class=”navigation-toggle-wrapper”>
    <div class=”navigation-toggle” id=”navigation-toggle”></div>
    </div>
    </div>
    <div class=”navigation-wrapper”>
    <nav id=”site-navigation” class=”navigation-main” role=”navigation”>
    <?php wp_nav_menu( array( ‘theme_location’ => ‘primary’ ) ); ?>
    </nav><!– #site-navigation –>
    </div>
    </header><!– #masthead –>

    <div id=”main” class=”site-main”>
    <link rel=”icon” type=”image/png” href=”favicon.png”>

Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Center Logo in Header’ is closed to new replies.