Hi docgarry
I got your point but this template has layout with specific width set in template settings:
To achieve like that you will need to remove that width by going to file:
/templates/gk_folio/layouts/default.php
Line 90:
<div id="gkPageContent" class="wrap" <?php if($this->API->modules('sidebar') && $item_id != $error_item_id && !GK_COM_USERS) : ?> data-sidebar-pos="<?php echo $this->API->get('sidebar_position', 'right'); ?>"<?php endif; ?>>
and remove this: id="gkPageContent"
then in GK Image Show module >> Advanced >> Module style >> set to gk_none style
You will customize this with your own risk so pls backup your site first.
Regards