Okay
  Public Ticket #2727060
top footer alignment
Closed

Comments

  •  3
    jmcquay3293 started the conversation

    Hi, similar to the my bottom header that I needed aligned center. Can you help me by providing the code to center the footer widget.Thanks!

  •  1,710
    Barry replied

    Hi there,

    That will be possible by adding the following CSS code to Appearance -> Customize -> Additional CSS

    @media (min-width: 992px) {
        .footer--top-container {
            display: flex;
            justify-content: center;
        }
        .footer--top-container > .row > div {
            width: auto;
        }
    }
    

    Best regards,
    Barry
    QreativeThemes.com  |  WordPress Themes