• maxminzer

    (@maxminzer)


    Hey!
    How can I have two links on the same line – one centered, the other – left-aligned?

    Currently they are on two separate lines:

    <a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name');?></a> <?php echo stripslashes(get_option('flex_foot_links')); ?></p>
    <p style="text-align:center;"><a href="http://MYDOMAINHERE.com/sitemap.xml" target="_blank">Sitemap</a></p>

    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Samuel B

    (@samboll)

    <a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name');?></a> <?php echo stripslashes(get_option('flex_foot_links')); ?>
       <a href="http://MYDOMAINHERE.com/sitemap.xml" target="_blank">Sitemap</a></p>
    Thread Starter maxminzer

    (@maxminzer)

    That code doesn’t center Sitemap link – it’s next to the first one

    Thread Starter maxminzer

    (@maxminzer)

    Anyone?

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Footer links’ is closed to new replies.