Hi trinketo
You can set the width for #gkLogo style in various files for mobile devices
example :
In this file /templates/gk_evonews/css/tablet.css at line 19 you have
html #gkLogo,
html #gkRightHead {
width: auto;
}
change it to width:90%;
or for mobiles you have this file /templates/gk_evonews/css/mobile.css
Hope it helps