centerprh
Hi
Its hidden for the small layout so you can see the main content on the top, otherwise it will show the left sidebar first.
You can enable the override.css file from template options and add this code
@media(max-width:768px){
.gkSidebarRight,
#gkSidebarLeft {
display: block!important;
width:100%!important;
}}
Regards