The header left & right are set to be hidden on mobile as the space on mobile is small, not enough to display content of demo site in that section.
If you want to show, you can override this CSS rule:
@media(max-width: 640px) {
#gkHeaderLeft {
display: block !important;
}
the same for header right.