Copyright center and have All Reserved under Align
-
Good day, I am trying to have my Copyright Center with my domain Main and All Reserve Rights under align with the Copyright.
I am not sure where to put text-align center below I have copy what I have but can’t figure out where to put it so it’s right.
Thanks
________________________________
add_action( ‘travelify_footer’, ‘travelify_footer_info’, 30 );
/**
* function to show the footer info, copyright information
*/
function travelify_footer_info() {
$output = ‘<div class=”copyright”>’.__( ‘<font color=”blue”><b>Copyright ©’, ‘travelify’ ).’ ‘.'[the-year] TravelKenkDream All Rights Reserved</b></font></div><!– .copyright –>’;
echo do_shortcode( $output );
- The topic ‘Copyright center and have All Reserved under Align’ is closed to new replies.