Archived topic
Centering footer text
7 replies · Started by roy on January 4, 2021
Hi, how can I get my text centered? It goes under the privacy policy when I try to do it with a widget. Is there another way?
Hi,
Can you specify where you want it to appear?
Do you want it centered underneath or above the copyright text?
Let us know. :)
Right in the middle of the footer bar in between the 2 side texts, I attached an image just for extra clarification :)
Hi there,
add an additional HTML widget to your Footer Bar that has your disclaimer text. Place it before your Nav Widget. Once its in place let me know and ill provide the CSS to center it.
Hi David, I just did what you said (I think). Let me know how we can proceed.
Try this CSS:
@media(min-width: 768px) {
.footer-bar {
display: flex;
flex: 1;
}
.footer-bar .widget:first-child {
margin-left: auto;
margin-right: auto;
}
}
Thank you for all the help and Happy New Year :)
You're welcome - and Happy New Year to you !