Okay
  Public Ticket #2727063
Bottom footer text
Closed

Comments

  •  3
    jmcquay3293 started the conversation

    Hi, I was wondering if there was a way to change essentially the theme bottom footer text, so instead of left/right. I have just bottom footer text center, where I would place my website copyright. 

    Thanks!

  •  1,593
    Barry replied

    Hi there,

    That will be possible by adding the following CSS code to the Additional CSS panel of the theme customizer:

    @media (min-width: 992px) {
        .footer--bottom .col-md-6 {
            width: 100%;
        }
        .footer .footer--bottom .bottom-left,
        .footer .footer--bottom .bottom-right {
            text-align: center;
        }
    }
    

    Best regards,
    Barry
    QreativeThemes.com  |  WordPress Themes

  •  3
    jmcquay3293 replied

    Thank you!! resolved

  •  1,593
    Barry replied

    Great! You're welcomesmile.png

    If you have any other questions please let me know.

    Best regards,
    Barry
    QreativeThemes.com  |  WordPress Themes