Site logo

Archived topic

footer widget central aligned on mobile

1 reply · Started by Frame adv on November 4, 2022

Viewing posts 1–2 of 2

Hello,
I am working on this website https://crazy-buck.51-89-175-194.plesk.page/ and for the mobile version I want the text of the footer widgets central aligned, could you maybe helping me?
Many thanks in advance,
Simona

Hi there,

Give this CSS a shot:

@media (max-width: 768px) {
    .footer-widgets .wp-block-social-links.wp-container-1 {
        justify-content: center;
    }
    .footer-widgets h3, .footer-widgets p {
        text-align: center;
    }
}

Adding CSS: https://docs.generatepress.com/article/adding-css/

This archived topic is closed to new replies.