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
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.