• Hi,

    I am using the Buster Child theme, and trying to reduce the header height from 160px to 130px. Problem is, when I adjust the header height values in the functions and css files to 130px, the header image size reduces to 130px, but leaves me with a gap of 30px between the header image and the menu bar. So the header image size is reducing fine, but not the section of area allocated to holding the header. The code from the functions and css files are below: Would appreciate any help!

    FUNCTIONS FILE

    /** Add support for custom header **/
    add_theme_support( 'genesis-custom-header', array( 'width' => 980, 'height' => 160 ) );

    [Code moderated: please ensure that your code is enclosed in backticks (`) or use the code button.]

    CSS FILE

    [CSS moderated as per the Forum Rules. Please use the pastebin]

The topic ‘Reducing Header Height – Buster theme’ is closed to new replies.