Hi,
The image below is a screenshot of my header, I cannot remove the space at the right and left of the image (the grey area), so it can be full screen.
The image is a slide in "Image Show GK4".
Thank you.
<section id="gkHeader"<?php if($header_nobg): ?> class="nobg"<?php endif; ?>>
<?php if(!$header_nobg): ?>
<div class="gkPage">
<?php endif; ?>
<jdoc:include type="modules" name="header" style="<?php echo $this->module_styles['header']; ?>" />
<?php if(!$header_nobg): ?>
</div>
<?php endif; ?>
</section>
<div id="gkHeader">
<jdoc:include type="modules" name="header" style="<?php echo $this->module_styles['header']; ?>"
onepagemode="1" />
</div>