how to make menu bar full width
-
iam using uber menu i think my theme menu conflicting with uber menu
i want to make my menu bar full width and i want to make my menu bar colour which matches with header plz help me iam a beginnermy header.php code
<?php /** * The header for our theme. * * Displays all of the <head> section and everything up till <div id="content"> * * @package Sydney */ ?><!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="https://gmpg.org/xfn/11"> <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>"> <?php if ( ! function_exists( 'has_site_icon' ) || ! has_site_icon() ) : ?> <?php if ( get_theme_mod('site_favicon') ) : ?> <link rel="shortcut icon" href="<?php echo esc_url(get_theme_mod('site_favicon')); ?>" /> <?php endif; ?> <?php endif; ?> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <div class="preloader"> <div class="spinner"> <div class="pre-bounce1"></div> <div class="pre-bounce2"></div> </div> </div> <div id="page" class="hfeed site"> <a href="#content"><?php _e( 'Skip to content', 'sydney' ); ?></a> <header id="masthead" class="site-header" role="banner"> <div class="header-wrap"> <div class="container"> <div class="row"> <div class="col-md-2 col-sm-8 col-xs-12"> <?php if ( get_theme_mod('site_logo') ) : ?> <a>" title="<?php bloginfo('name'); ?>"><img class="site-logo" src="<?php echo esc_url(get_theme_mod('site_logo')); ?>" alt="<?php bloginfo('name'); ?>" /></a> <?php else : ?> <h1 class="site-title"><a>" rel="home"><?php bloginfo( 'name' ); ?></a></h1> <h2 class="site-description"><?php bloginfo( 'description' ); ?></h2> <?php endif; ?> </div> <div class="col-md-10 col-sm-4 col-xs-12"> <?php wp_nav_menu( array( 'theme_location' => 'primary', 'fallback_cb' => 'sydney_menu_fallback' ) ); ?> </nav><!-- #site-navigation --> </div> </div> </div> </div> </header><!-- #masthead --> <?php sydney_slider_template(); ?> <div class="header-image"> <?php sydney_header_overlay(); ?> <img class="header-inner" src="<?php header_image(); ?>" width="<?php echo esc_attr( get_custom_header()->width ); ?>" alt="<?php bloginfo('name'); ?>"> </div> <div id="content" class="page-wrap"> <div class="container content-wrapper"> <div class="row">
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘how to make menu bar full width’ is closed to new replies.