Author Topic: Centering Copyright in Footer  (Read 6490 times)

Offline MessEleven

  • Jr. Member
  • **
  • Posts: 61
  • Karma: +11/-0
    • View Profile
Centering Copyright in Footer
« on: September 10, 2016, 05:39:17 PM »
I asked this question in another thread, but think it may have gotten lost. I'm trying to center the copyright in the footer. In which file is <div class="pull-right align_center"> located? Will I be able to do this by changing the float positioning to center? If you look at our footer on the home page, I'd like it to fall between the Authorize and DigiCert graphics. Thanks for your help.

greatatlantictrophy.com

Offline Basara

  • Administrator
  • Hero Member
  • *****
  • Posts: 5798
  • Karma: +274/-2
    • View Profile
Re: Centering Copyright in Footer
« Reply #1 on: September 12, 2016, 02:17:03 AM »
Hello.

To do this your need some html and css skills. To find where is footer block located check this tips http://docs.abantecart.com/pages/tips/template_debug.html

Offline MessEleven

  • Jr. Member
  • **
  • Posts: 61
  • Karma: +11/-0
    • View Profile
Re: Centering Copyright in Footer
« Reply #2 on: September 12, 2016, 02:04:30 PM »
Thanks for the reply, Basara. I know where the footer block is and can handle both html and css. What I need to know is where this specific div class is located. I've browsed every stylesheet, but can't find it. I'm probably looking right past it, but could use any help available. Thanks!

<div class="pull-right align_center">

Offline Joop

  • Newbie
  • *
  • Posts: 10
  • Karma: +6/-0
    • View Profile
Re: Centering Copyright in Footer
« Reply #3 on: October 20, 2016, 07:20:15 PM »
I asked this question in another thread, but think it may have gotten lost. I'm trying to center the copyright in the footer. In which file is <div class="pull-right align_center"> located? Will I be able to do this by changing the float positioning to center? If you look at our footer on the home page, I'd like it to fall between the Authorize and DigiCert graphics. Thanks for your help.

greatatlantictrophy.com

/storefront/view/default/template/common/footer.tpl

       <section class="copyrightbottom align_center">
            <h2 class="hidden">&nbsp;</h2>
            <div class="container-fluid">
            <?php echo $text_copy; ?>
                <div class="pull-left mt5">
                    <?php echo ${$children_blocks[6]}; ?>
                </div>

This puts your store(c) in the middle of the screen

Goodluck, Joop

Offline MessEleven

  • Jr. Member
  • **
  • Posts: 61
  • Karma: +11/-0
    • View Profile
Re: Centering Copyright in Footer
« Reply #4 on: October 25, 2016, 10:44:44 AM »
Fantastic, Joop...thanks for the help!

*Edit* Just made the change, and it had no affect on centering the copyright. Thanks anyway!
« Last Edit: October 25, 2016, 02:12:39 PM by MessEleven »

 

Powered by SMFPacks Social Login Mod