How do you make the height of the header bigger

30 views
Skip to first unread message

Jacques Meuret

unread,
May 19, 2012, 10:17:46 PM5/19/12
to K2 Support
I have created a custom header that has the height of 545 pixels. I
changed the height of the header in the .css, but when I upload an
image into the custom header tab in wordpress it only allows me to
have an image of 200 pixels instead of the 545 that I need.

Chris Pemberton

unread,
Jun 15, 2012, 9:05:19 AM6/15/12
to k2-su...@googlegroups.com
Go to /themes/k2/app/classes

For height edit:

@define( 'HEADER_IMAGE_HEIGHT', 200 );


For width edit:

// default k2 widths
   $default_widths =  array( 1 => 560, 1090, 950 );


The values are for one column, two columns and three columns respectively.
Reply all
Reply to author
Forward
0 new messages