-
Matt Clifton
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?
-
Matt Clifton
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; }
-
Matt Clifton
That fixed it! Perfect. Thank you!
-
You are welcome 🙂
- You must be logged in to reply to this topic.