[Resolved] Vertically Alight the Copyright text in footer to middle

Home Forums Support [Resolved] Vertically Alight the Copyright text in footer to middle

Home Forums Support Vertically Alight the Copyright text in footer to middle

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #799043
    Vish

    Previously, I was using only one Navigation Menu in the footer (Aligned to right) and the Copyright text was also looking fine.

    Now, I added another Navigation Menu to the footer. After that, the copyright text appears to be at the top of the footer bar (In the Desktop version of the site; the mobile site looks fine). How can I vertically alight it to the middle?

    Note: Site URL included.

    #799128
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

    @media (min-width: 768px) {
        .copyright-bar {
            margin-top: 1.5em;
        }
    }
    #799306
    Vish

    Thank you, David 🙂

    #799429
    David
    Staff
    Customer Support

    Glad to be of help.

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