Background for #gkCopyrights full width / Steakhouse

GK User
Thu Sep 04, 2014 10:30 am
Hey guys!

Is it possible to get the background of the Copyrights-position reaching 100% width of the full screen?
Curently it is only possible for me to get only the body-width at maximum colorisation.

http://www.cool-o-mat.com/_energetic/

I added this code to the custom.css - but that didnot fix it.

Code: Select all
#gkCopyrights {
    color: #fff;
    background: #575857;
    background-repeat: repeat-x;
}

#gkCopyrights:before {
    border-top: 0px solid #d1d1d1;
}


Looking forward to your ideas :-)
User avatar
Expert Boarder

GK User
Thu Sep 04, 2014 12:08 pm
You can try editing this file:
templates/gk_steakhouse/layouts/blocks/footer.php
and move:
Code: Select all
      <?php if($this->API->get('copyrights', '') !== '') : ?>
      <div id="gkCopyrights"><?php echo $this->API->get('copyrights', ''); ?></div>
      <?php else : ?>
      <div id="gkCopyrights">Template Design &copy; <a href="//www.gavick.com" title="Joomla Templates">Joomla Templates</a> GavickPro. All rights reserved.</div>
      <?php endif; ?>

outside of gkPage element, but still in gkFooter element.
This way it might have 100% page width.
User avatar
Moderator


cron