[Resolved] footer alignment

Home Forums Support [Resolved] footer alignment

Home Forums Support footer alignment

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1016899
    sparkle

    hi, thanks a million again for such a great product. πŸ™‚

    i created a footer with a menu and i’m having trouble getting the elements aligned.

    it’s driving me crazy.

    #1016913
    Leo
    Staff
    Customer Support

    Hi there,

    Give this CSS a shot:

    @media (min-width: 769px) {
        .inside-site-info {
            display: flex;
            align-items: center;
        }
        .inside-site-info .footer-bar {
            order: 2;
            margin-left: auto;
        }
    }
    @media (max-width: 768px) {
        .inside-site-info {
            flex-direction: column;
        }
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know if this helps πŸ™‚

    #1016971
    sparkle

    THANK YOU!

    #1016972
    Leo
    Staff
    Customer Support

    No problem πŸ™‚

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.