• Hi Guys I added this code to my Theme functions.php file:

    add_filter(‘tc_credits_display’, ‘my_custom_credits’);
    function my_custom_credits(){
    $credits = ”;
    $newline_credits = ”;
    return ‘
    <div class=”span4 credits”>
    <p> · © 2016 Lighthouse Emporium Primary Co-op Ltd · </p> </div>’;

    http://www.lighthouseemporium.co.za is my page adress. Its not perfectly centered and my OCD is kicking in.. Can someone please help me with the right code to centre it perfectly.

  • The topic ‘Centre Footer Information’ is closed to new replies.