Footer text is not in the middle?

Discussion in 'Themia WordPress Theme' started by alexanderberntsson, Jan 30, 2013.

Thread Status:
Not open for further replies.
  1. alexanderberntsson

    alexanderberntsson New Member

    Joined:
    Dec 24, 2012
    Messages:
    22
    Likes Received:
    0
    The footer text never shows in the middle of the page?[​IMG]
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Paste the following code in your custom css

    Appearance -> theme options -> styling options -> custom css

    Code:
    .footer_line .copyright {
    text-align: center;
    }
    this will solve your issue.

    thanks.
     
  3. alexanderberntsson

    alexanderberntsson New Member

    Joined:
    Dec 24, 2012
    Messages:
    22
    Likes Received:
    0
Thread Status:
Not open for further replies.

Share This Page