Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #935169

    Hi
    Add below code in custom.css file that make the copyrights in center as in screenshot .

    .t3-copyright small {
        text-align: center;
    }
    

    Hope it helps.

    filamento Friend
    #935360

    Thanks friend,

    But I also need reduce the height of the footer. (View photo footer-ok.jpg)

    I would make it look like the picture. (Please)


    1. footer-ok-1
    Pankaj Sharma Moderator
    #935883

    Hi
    Add below code in custom.css file to reduce padding

    .t3-copyright {
        padding: 15px 0!important;
    }
    filamento Friend
    #936643

    Thanks friend. 😉

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  filamento 8 years, 6 months ago.

The topic ‘Reduce width footer and center text’ is closed to new replies.