how do i stop the page heading being displayed?
and how do i reduce the big gap above the heading?
#gkComponent {
margin-top:23px; // try decrease this value
}
#gkComponent > div > h2 {
display:none;
}