• Resolved mdw

    (@yamaryam)


    Hi I want to reduce the header size for a picture, I tried in the css and in the functions.php but nothing works. thanks

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

    (@yamaryam)

    and I want to keep the responsive quality of the header for sure, thank you

    Thread Starter mdw

    (@yamaryam)

    great I found the new place, much easier than before
    functions.php
    // This theme allows users to set a custom header image
    //custom header for 3.4 and compatability for prior version

    $args = array(
    ‘width’ => 980,
    ‘height’ => 150,
    ‘default-image’ => ”,
    ‘default-text-color’ => ‘444’,
    ‘wp-head-callback’ => ‘codium_extend_header_style’,
    ‘admin-head-callback’ => ‘codium_extend_admin_header_style’,

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘reduce header size’ is closed to new replies.