• Resolved MW99

    (@mw99)


    I’m using the latest version of the Sparkling theme with the latest version of WordPress.

    How can I center the text in the footer? It always shows up on the right side. When I view it on a tablet/smart phone it shows up in the center, but not on PC.

    Any help would be great. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi MW99

    How can I center the text in the footer?

    You can center the text in the footer by adding following custom CSS:
    First Go to Admin Panel -> Appearance -> Customize -> Sparkling Options -> Other.
    In this section you will see a box to write custom CSS: Copy and paste below code and Save and Publish to see any changes

    @media (min-width: 992px){
    .col-md-6 {
        width: 100%;
    }
    }
    .copyright {
        margin-top: 10px;
        float: none;
        text-align: center;
    }

    Hope this will resolve your issue.

    Best Regards!!!

    Thread Starter MW99

    (@mw99)

    @wen Solutions
    Perfect, thanks!

    Hi @wen Solutions,

    I hope you are well today and thanks for helping out here in this forum.

    Your help here is really appreciated.

    Thanks,
    Movin

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Center text in footer?’ is closed to new replies.