• Resolved jkenk

    (@jkenk)


    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 );

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter jkenk

    (@jkenk)

    I am still not sure where to put the right code <center> or text-align center into my copyright so it’s in the middle. Is anyone has an idea and how to have my all rights reserved on the second lines. Thank you for any help.

    Thread Starter jkenk

    (@jkenk)

    ok I found a way to center my copyright. I install a new plugging which work. It’s fantastick copyright free. It will put your copyright in the center. It’s easy but doesn’t give you a lot option but work.

    However, I would love to find out if there is another way as this copyright is way at the bottom and can’t bold it or have all reserved on the second line.

    Thread Starter jkenk

    (@jkenk)

    I found a way – no worry – It might be not the best way but it work by adding  

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Copyright center and have All Reserved under Align’ is closed to new replies.