badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

footer question

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10979
    Natalia
    Member

    How can I have the footer text centered?

    #10996

    Hi Natalia,

    For the footer text you just add this css inside
    dashboard-> apperance->theme-option-> design Options-> Custum CSS

    #site-generator .social-profiles {
        float: none;
        width: 100%;
    }
    #site-generator .copyright {
        float: none;
        text-align: center;
        width: 100%;
    }

    Also we request you to search in the forum before posting any topic. Hope it may be replied already.

    Thank you!

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