Forum Replies Created

Viewing 1 replies (of 1 total)
  • HI there

    I really need some help. I can not get my header to go full width. Can you please help me. My website is delilahatkinson.com

    Here is the full content of my header page:

    <?php
    /**
    * The Header for our theme.
    *
    * Displays all of the <head> section and everything up till <main id=”main”>
    *
    * @package Sela
    */
    ?>
    <!DOCTYPE html>
    <html <?php language_attributes(); ?>>
    <head>
    <meta charset=”<?php bloginfo( ‘charset’ ); ?>”>
    <meta name=”viewport” content=”width=device-width, initial-scale=1″>
    <link rel=”profile” href=”http://gmpg.org/xfn/11″&gt;
    <link rel=”pingback” href=”<?php bloginfo( ‘pingback_url’ ); ?>”>
    <?php wp_head(); ?>
    </head>

    <body <?php body_class(); ?>>

    <div id=”page” class=”hfeed site”>
    <header id=”masthead” class=”site-header” role=”banner”>
    “><?php _e( ‘Skip to content’, ‘sela’ ); ?>

    <div class=”site-branding”>
    <?php sela_the_site_logo(); ?>
    <h1 class=”site-title”>” title=”<?php echo esc_attr( get_bloginfo( ‘name’, ‘display’ ) ); ?>” rel=”home”><?php bloginfo( ‘name’ ); ?></h1>
    <?php if ( ” != get_bloginfo( ‘description’ ) ) : ?>
    <h2 class=”site-description”><?php bloginfo( ‘description’ ); ?></h2>
    <?php endif; ?>
    </div><!– .site-branding –>

    <nav id=”site-navigation” class=”main-navigation” role=”navigation”>
    <button class=”menu-toggle” aria-controls=”menu” aria-expanded=”false”><?php _e( ‘Menu’, ‘sela’ ); ?></button>
    <?php wp_nav_menu( array( ‘theme_location’ => ‘primary’ ) ); ?>
    </nav><!– #site-navigation –>
    </header><!– #masthead –>

    <!– header slider –>
    <div id=”slider”>
    <?php echo do_shortcode(“[metaslider id=388 percentwidth=100]”); ?>
    </div>

    <div id=”content” class=”site-content”>

Viewing 1 replies (of 1 total)