Archived topic
How can I center Text?
3 replies · Started by Daniel on March 30, 2022
Viewing posts 1–4 of 4
Hello
How can I center text and make it float next to each other?
Hi Daniel,
Do you want something like this:
https://www.screencast.com/t/oegeoXxf7nS
If so, try add this CSS to customizer > additional CSS:
@media (min-width: 769px) {
.footer-widgets ul#menu-recommended-tags {
display: flex;
justify-content: space-evenly;
}
}
It worked but it breaks on mobile devices. https://prnt.sc/ph8Or0WtNfvx
How can I apply it only to desktop?
I updated the code here:
https://generatepress.com/forums/topic/how-can-i-center-text/#post-2172725
This archived topic is closed to new replies.