• dawn014

    (@dawn014)


    I’m using the Adelle theme and I’m attempting to align some text to the right. Currently there is a link to Bluchic, which I’d like to replace with the social media icons I have sitting to the bottom right. (I understand why they’re sitting to the right, I’m just leaving them there so you can see what I’m trying to move.)

    This is the current code:

    <footer class="footer" id="footer" itemscope itemtype="https://schema.org/WPFooter">
    
      <p class="footer-copy" role="contentinfo">
        &copy; <?php _e( 'Copyright', 'adelle' ); ?> <a href="<?php echo esc_url( home_url() ); ?>"><?php bloginfo( 'name' ); ?></a> 2015- <?php echo date( 'Y' ); ?>. <a href="<?php echo esc_url( 'https://www.bluchic.com' ); ?>" title="<?php _e( 'Theme designed by BluChic', 'adelle' ); ?>" class="footer-credit"><?php _e( 'Designed by', 'adelle' ); ?> BluChic</a>
      </p>
    
    <span title= "Email me! :)"><a href="mailto:[email protected]" target="_top"><img src="https://www.happieducks.com/wp-content/uploads/2016/02/mail-2.png" alt="email" onmouseover="this.src='https://www.happieducks.com/wp-content/uploads/2016/02/mail-4.png'" alt="email" onmouseout="this.src='https://www.happieducks.com/wp-content/uploads/2016/02/mail-2.png'" alt="email"/></a></span>

    I didn’t include all the code for the social media links because it gets a little long.

    So, how exactly can I replace the Bluchic link with mine?

    https://www.happieducks.com

  • The topic ‘Align some of footer text to the right?’ is closed to new replies.