Centering the Footer

Discussion in 'Poloray WordPress Theme' started by chaddocs, Feb 10, 2013.

  1. chaddocs

    chaddocs New Member

    Joined:
    Dec 31, 2012
    Messages:
    7
    Likes Received:
    0
    On my site at www.patientserv.ca, I tried to replace the wording at the footer with copyright information. The coding suggests that it should be centered on the page, but it's not. Can you help with this?

    What I'm using is this: <p style="text-align: center;">Copyright© 2013 PatientSERV Corporation</p
     
  2. Harmeet

    Harmeet Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    360
    Likes Received:
    15
    Hello,

    First of all you have to just put the text in your 'Appearance -> Theme Options -> Footer Settings -> Footer Text' i.e. just put "Copyright© 2013 PatientSERV Corporation" And after that put the following code in your custom css

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

    Code:
    .copyrightinfo {
    padding-right: 50px;
    }
    This will solve your problem. Also you can adjust the value according to your requirement.
    And this only works when you haven't added any social icon in your footer.
     

Share This Page