Site logo

Archived topic

Footer bar text alignment

28 replies · Started by Rick on July 25, 2017

Viewing posts 1–15 of 29

Tom, I'm trying to put 2 links and a logo on my footer bar. I want the copyright on the left, the image logo in the center and the 2 links on the right. Can you please help. I can't seem to work my way around the copyright element.

logo: FactoringClub logo
link1: Privacy Policy
link2: Contact Us

https://factoringclub2.wpengine.com/

Actually, I've got everything in place except my logo. How would I center the image element?

Hi Rick,

Try using the After Footer Content hook:
http://demo.generatepress.com/hook-locations/
https://docs.generatepress.com/article/hooks-overview/

With GP's built grid system like this:

<div class="custom-footer">
    <div class="footer-left grid-33">
        footer left content
    </div>
    <div class="footer-center grid-33">
        footer center content
    </div>
    <div class="footer-right grid-33">
        footer right content
    </div>
    <div class="clear"></div>
</div>

Get this started and let me know if you need more help.

Thanks, but it's showing below the footer bar with white bg. How do I get it above the copyright?

I put the css in my style sheet.

I'm confused.

Ok, got that code corrected. Just don't know how to style the copyright to get centered.

Copyright is text-aligned center but isn't showing centered.

The copyright element has a bunch of spacing:

This archived topic is closed to new replies.