Archived topic
footer text to center in the mobile version
1 reply · Started by Frame adv on December 16, 2022
Viewing posts 1–2 of 2
Hello
could you please helping me to center align the footer text of the mobile version of this website?
https://versinversi.it/
thank you so much for the help :)
simona
Hi there,
try this CSS:
@media(max-width: 768px) {
.inside-footer-widgets .widget,
.inside-footer-widgets .widget * {
text-align: center;
}
.inside-footer-widgets .wp-block-social-links {
display: inline-flex;
}
.inside-footer-widgets > div {
margin-bottom: 0 !important;
}
}
I included removing the bottom margin from the widget areas too.
This archived topic is closed to new replies.