• I want to be able to change the size of my header so that it will be the size of the webpage. Bigger than the 300X80 that the theme came with. How can I change the header size?

Viewing 1 replies (of 1 total)
  • Theme Author gamerpotion

    (@gamerpotion)

    hi, sorry for late reply,
    open up the functions.php file.

    look for this code:

    // Set height and width, with a maximum value for the width.
    		'height'                 => 80,
    		'width'                  => 300,
    		'max-width'              => 300,
                    'header-text'            => false,

    then change the values to any value you want to use.

Viewing 1 replies (of 1 total)
  • The topic ‘Change header size’ is closed to new replies.