Site logo

[Support request] footer widget central aligned on mobile

Home Forums Support [Support request] footer widget central aligned on mobile

Home Forums Support footer widget central aligned on mobile

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2401711
    Frame adv

    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

    #2401836
    Leo
    Staff
    Customer Support

    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/

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.