Site logo

Archived topic

Footer bar text alignment

28 replies · Started by Rick on July 25, 2017

Viewing posts 16–29 of 29

'

'

Copyright needs spacing trimmed.

Sorry can you actually try the code in Before Footer hook?

Ok, it's Before Footer. Just need to center the copyright.

It doesn't look like you've updated the code yet.

This should be your full code:

<div class="custom-footer">
    <div class="footer-left grid-33">
        <a href="https://factoringclub.com/privacy-policy">Privacy Policy</a>
    </div>
    <div class="footer-center grid-33">
        <img src="https://factoringclub2.wpengine.com/wp-content/uploads/2017/06/FactoringClub-Logo-164x45-1.png" alt="FactoringClub logo" width="164" height="45">
    </div>
    <div class="footer-right grid-33">
        <a href="https://factoringclub.com/contact">Contact Us</a>
    </div>
    <div class="clear"></div>
</div>

I got it and it centered correctly. Just need to remove some padding between logo and copyright.

Footer class "site-info" is 67px height. Can I decrease it somehow?

"site-footer" is 67px height

You can adjust the top/bottom padding in Customize > Layout > Footer.

Got it, thanks guys!!

You're welcome :)

This archived topic is closed to new replies.