• Please Help,
    I followed the instructions in a previouse forum post on changing the header height for modularity-lite. Created a new functions php folder in my child theme then entered this code in the editor
    <?php
    define(‘HEADER_IMAGE_WIDTH’, 950);
    define(‘HEADER_IMAGE_HEIGHT’, 400);
    function my_header_height($size){
    return 110;
    }
    function my_header_width($size){
    return 350;
    }
    ?>
    Saved the changes. Went in to change header and my new pixel height showed up under picture size. Uploaded picture, asked me to crop with my new specs. The image sample is the corrected new height Then saved
    Went to site and the height did not change but the picture stretched out.
    Default pixel height was 950 wide / 200 tall

    If anyone knows where I went wrong or what else I need to do I’d like to know
    Thanks

    [ https://codex.www.ads-software.com/Forum_Welcome#No_Bumping ]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter hps2322

    (@hps2322)

    I found this in the css style sheet. Do I need to change this?
    }

    #header-image {
    margin-bottom: 20px;
    }

    Thread Starter hps2322

    (@hps2322)

    Actually I just found a “header” folder on the parent site. In that it has reference to the original pixel size.
    Do I need to create a new “header folder and change those specs?

    This is the reference

    <?php if ( get_theme_mod( ‘header_image’ ) ) : ?>
    <div id=”header-image”>
    <img src=”<?php header_image() ?>” width=”950″ height=”200″ alt=”” />
    </div>
    <?php endif; ?>

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘changing header height in Modularity-lite’ is closed to new replies.