Site logo

[Support request] footer text to center in the mobile version

Home Forums Support [Support request] footer text to center in the mobile version

Home Forums Support footer text to center in the mobile version

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

    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

    #2464160
    David
    Staff
    Customer Support

    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.

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