Archived topic
footer link
8 replies · Started by moy on August 23, 2020
I have created footer link of privacy policy and contact us page using this. But i don't know how to show everything in the middle of footer bar and create bullet punctuation between all options. Will you be able to help me out with this ?
Hi there,
So you want to show the copyright and footer menu all in the center of the footer bar?
yes
Try adding this in your copyright field first:
© 2020 Aikubus •
Then I'll provide the CSS.
I have added © 2020 Aikubus • in my footer
Hi there,
Give this CSS a shot:
.inside-site-info {
display: flex;
align-items: center;
justify-content: center;
}
.footer-bar-align-right .copyright-bar {
order: -10;
margin-right: 5px;
}
Thank you Everything is centre in desktop and tablet view. But for some reason bullet points are not visible between links. ( I am using a menu widget in the footer bar to show links )
And In mobile is it possible to show menu item and copyright as it shows in default? In mobile, it looks good. I just want to show everything in middle in tablet and desktop view only with bullet points in the middle of every link.
In generatepress I can customise footer with elements, right? I just remembered it.... soooo sorry to bother you ... I'll use elements ... thank you for your support.
No problem! Let us know if you need more help :)