Archived topic
Footer bar text alignment
28 replies · Started by Rick on July 25, 2017
'
'
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.
I just updated Leo's code a bit, can you give it a shot?: https://generatepress.com/forums/topic/footer-bar-text-alignment/#post-354891
Thanks Tom, I hate to be picky but how can I remove some top padding on 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 :)