You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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.