[Resolved] Footer bar text alignment

Home Forums Support [Resolved] Footer bar text alignment

Home Forums Support Footer bar text alignment

Viewing 14 posts - 16 through 29 (of 29 total)
  • Author
    Posts
  • #354937
    Rick

    #354938
    Rick

    Copyright needs spacing trimmed.

    #354940
    Rick
    #354942
    Leo
    Staff
    Customer Support

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

    #354963
    Rick

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

    #354969
    Tom
    Lead Developer
    Lead Developer

    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

    #354970
    Rick

    Thanks Tom, I hate to be picky but how can I remove some top padding on the copyright?

    https://factoringclub2.wpengine.com/

    #354973
    Tom
    Lead Developer
    Lead Developer

    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>
    #354974
    Rick

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

    #354976
    Rick

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

    #354979
    Rick

    “site-footer” is 67px height

    #354981
    Tom
    Lead Developer
    Lead Developer

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

    #354985
    Rick

    Got it, thanks guys!!

    #355080
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

Viewing 14 posts - 16 through 29 (of 29 total)
  • You must be logged in to reply to this topic.