How to align the footer text
-
Hi,
I am finding it difficult to align the texts at the footer of the website. Below is the footer code from footer.php. I need to align the copyright details on the left-hand side of the template bottom and the creative commons details on the right-hand side of the template bottom i.e. Footer. At the moment these both details are at the extreme corner opposite to each other at the bottom. Request for help.`
</div>
<footer id=”footer” class=”footer clearfix”>
<?php $footer_enable = ot_get_option(‘footer_enable’);
if($footer_enable !=’no’){
?>
<div class=”footerbg clearfix”>
<?php
$template_id = ot_get_option(‘footer_template’);
if(isset($template_id) && $template_id!=”){
echo do_shortcode(‘[template id=”‘.$template_id.'”]’);
}?>
</div><?php } ?>
<!–Social links Start–>
<section id=”footer_bottom” class=”clearfix”>
<?php bones_footer_links(); ?>
<div class=”leftline”><span class=”icon-circle-arrow-up”></span> <?php _e(‘Back to top.’,’code125′); ?></div></section>
<!–Social links End–></footer><!– end footer –>
<?php wp_footer(); // js scripts are inserted using this function ?>
<!–<?php
$GLOBALS[‘end_time’] = microtime(true);
$elapsed = $GLOBALS[‘end_time’] – $GLOBALS[‘start_time’];
echo “Execution time : $elapsed seconds”; ?>
–>
<div class=”cparea”>
<div class=”cpright” style=”display:inline-block;”>© 2008-2014 Binarycse.com</div>
<div style=”display:inline-block;float:right;” class=”ceative”>This work by Binarycse is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License.<img src=”http://i.creativecommons.org/l/by-nc-nd/3.0/88×31.png” style=”border-width:0″ alt=”Creative Commons License”></div></div></body>
</html> <!– end page. what a ride! –>
The blog I need help with is: (visible only to logged in users)
- The topic ‘How to align the footer text’ is closed to new replies.