How can I make my copyright at the bottom absolutely centre?

Discussion in 'Compass WordPress Theme' started by katsu914, Dec 13, 2016.

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

    katsu914 Guest

    Joined:
    Jul 12, 2015
    Messages:
    20
    Likes Received:
    0
    I would like to align my copyright to be exact centre.
    Please help me!
     
  2. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Hi,

    For this, you need to paste the below custom CSS code in Dahshboard->InkThemes->Theme Options->Styling settings->Custom CSS field.
    Code:
    .bottom_footer_content .copyrightinfo p {
         text-align: end;
    }
    This will help you to figure it out and resolve the issue(s).

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     
  3. katsu914

    katsu914 Guest

    Joined:
    Jul 12, 2015
    Messages:
    20
    Likes Received:
    0
    Thank you very much!
     
Thread Status:
Not open for further replies.

Share This Page