How to center the copyright info in the footer?

Discussion in 'BlogsTrend WordPress Theme' started by kmld_521, Jun 12, 2013.

  1. kmld_521

    kmld_521 Guest

    Joined:
    May 12, 2013
    Messages:
    24
    Likes Received:
    0
    How can I center the copyright info in the footer?

    Thanks!
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)
    Code:
    .footer_bottom_content.sub_alpha {
    text-align: right;
    }
    This will solve your issue.
     

Share This Page