• Hello, im using the MH Magazine lite theme and I am trying to change my header image to span the entire width of the screen. I have looked at the code and I cant see where there are any width specs unless im looking in the wrong place. I have looked in the header php file and this is what was there.

    <!DOCTYPE html>
    <html class="no-js" <?php language_attributes(); ?>>
    <head>
    <meta charset="<?php bloginfo('charset'); ?>">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link rel="profile" href="https://gmpg.org/xfn/11" />
    <?php if (is_singular() && pings_open(get_queried_object())) : ?>
    <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
    <?php endif; ?>
    <?php wp_head(); ?>
    </head>
    <body id="mh-mobile" <?php body_class(); ?> itemscope="itemscope" itemtype="https://schema.org/WebPage">
    <?php mh_before_header();
    get_template_part('content', 'header');
    mh_after_header(); ?>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Cant Change Header Width’ is closed to new replies.