infocubic In the mobile and tablet devices the width of the image is not full width. Please help fix the issue.
Try add this to override.css file :
@media screen and (min-device-width: 320px) and (max-device-width: 768px) {#gk-header-mod.gk-page{padding-left: 0 !important;padding-right: 0 !important;}}
and adjust min-device-width and max-device-width values accordingly to see it as envisaged for certain breakpoints in standard devices
Kindly ensure to clear your browser cache if changes dont reflect