Support Forum

Please note that this forum is only available to you in read only mode. In order to contribute to this conversation you will need to renew your subscription.

getting footer text to span entire column

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

It appears as if the custom copyright in the footer is only justified right. I can't seem to find any way to have it span the entire column on the bottom.

Also on some devices there is no padding around the language, and it bumps up against the module on the right.

Any advice would be appreciated.

epicsalon.com - homepage
  • timp's Avatar
  • timp
  • 12 Month basic
  • 43 posts
  • Karma: 0
The administrator has disabled public write access.
Hi

Not a 100% sure what you asking for help with

Do you want to make the copyright the full width of the template width?

With language do you mean a language module or the text itself?

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
I would like the footer text to span the full width of the template,

I'd like it to be below the map banner (currently to the left of the footer text)

Attached is a very rough screenshot :-)
  • timp's Avatar
  • timp
  • 12 Month basic
  • 43 posts
  • Karma: 0
The administrator has disabled public write access.
screenshot...
footer_text.png
  • timp's Avatar
  • timp
  • 12 Month basic
  • 43 posts
  • Karma: 0
The administrator has disabled public write access.
Right so the map would be full width together with the copyright text?

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
that's correct, it actually *does* wrap under the map, when the responsive size is small.
  • timp's Avatar
  • timp
  • 12 Month basic
  • 43 posts
  • Karma: 0
The administrator has disabled public write access.
Hi

You would need to edit the footer block file so it was 12 width wide

This would mean the map module would be full width as would the copyright
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
\templates\lifestyle2\tpls\blocks\footer.php


<div class="container">

<div id="footerouter"></div>
<div id="footerinner"></div>
<div class="nopadding col-xs-12 col-sm-12 col-md-12">
<jdoc:include type="modules" name="<?php $this->_p('footer') ?>" style="jbChrome" />
</div>
<div class="nopadding col-xs-12 col-sm-12 col-md-12">
<div id="zen-copyright">
<?php if (!$this->params->get('copyright')) { ?>
<?php if ($homeLink) echo '<a class="jblink" target="_blank" href="www.joomlabamboo.com">' ?><span>Joomla Template by Joomlabamboo</span><?php if ($homeLink) echo'</a>'; ?>
<?php } else {
echo $this->params->get('customcopyright');
}?>
</div>
</div>


</div>
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
e.g. I've changed two lines so they read

col-xs-12 col-sm-12 col-md-12

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers