Okay
  Public Ticket #440154
Footer issue
Closed

Comments

  • Derrick started the conversation

    Dear support team,

    Could you guide me on how to center align the copyright area?

    And also, how can I insert another 2 rows below it to display things like terms & conditions, disclaimer, etc, as per attached?

    Thank you and I look forward to your reply!

    Best Regards,
    Derrick

  •  8,851
    Tahir replied

    Hey ,

    You will likely have to edit the footer.php. Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    #footer-outer #copyright .col {
        width: 100% !important;
        text-align: center;
    }

    Thanks




    ThemeNectar Support Team 

  • Derrick replied

    Thank you Tahir!

  • Derrick replied

    Hi Tahir,

    May I check with you also about the additional rows below the \"Copyright 2015\":

    How do I add the links \"Terms of use\", \"Privacy Policy\" and \"Earnings Disclaimer\"?

    Thank you very much for your attention!

  •  8,851
    Tahir replied

    Hey Again,

    You will have to manually edit the footer.php via Apperance -> Editor.

    Thanks


    ThemeNectar Support Team