• I’m trying to adjust the header size in Pilcrow. I’d like my header image to be 770×55 rather than its defaulted 770×200. When I upload my smaller image it automatically crops and resizes it to the defaulted height (and disproportionately, of course).

    I’ve adjusted the size in the style.css for the child theme I’ve created, however the defaulted size requirements still show up when uploading a header image.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter adunate

    (@adunate)

    Anybody?

    Thread Starter adunate

    (@adunate)

    Or, can someone tell me how to access automattic’s support? I’m not finding it on their website.

    Just needed to do this myself. The solution is to edit the functions.php file in the theme folder.

    About line 84, change the default “200” to what ever you need:
    define( 'HEADER_IMAGE_HEIGHT', apply_filters( 'pilcrow_header_image_height', 200 ) );

    Then upload your new image with the correct height in the Admin > Appearance > Header page.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Adjust Pilcrow's header’ is closed to new replies.