Are you a GenerateCustomer?

Do you have an active GP Premium or GenerateBlocks Pro license key?

Create a GenerateSupport account for GeneratePress and GenerateBlocks support in one dedicated place.

Create an account
Already have a GenerateSupport account? Login

Just browsing?

Feel free to browse the forums. Support for our free versions is provided on WordPress.org (GeneratePress, GenerateBlocks).

Want to become a premium user? Learn more below.

Footer copyright/bar vertical alignment

  • Hi

    I have a site with customized copyright text (in Layout – Footer – Copyright) and other footer text (In Widgets – Footer Bar).

    My Footer Bar Alignment is set to Left, so the footer bar text appears to the left and the copyright info appears to the right.

    However, the two elements are not aligned vertically. The footer bar text seems set at the top of its containing element, and the copyright info is vertically centered.

    How do I align the two elements? I don’t care whether they’re centered necessarily; I just want them appearing aligned vertically.

    Thanks!

  • Hi there,

    Can I see the issue on your site?

  • Yes – https://norascarlett.com. At the bottom you’ll see the two footer sections.

    Edit: I should add that it’s an issue on desktop only; on mobile the elements are stacked one over the other, which is fine.

  • It’s because the paragraph has a margin-bottom by default.

    Try this CSS:

    .site-footer p {
        margin-bottom: 0;
    }
  • That fixed it! Perfect. Thank you!

  • You are welcome   🙂

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