How do I edit the font size of my footer
-
How do I edit the code below to increase my font size? https://www.bitsnetwork.com
<div id="footer-space"> <div class="footer"> <div class="left"> <img id="footer-cisco" src="<?php bloginfo('template_directory')?>/images/cisco.png" /> </div> <div class="left" style="margin-top:50px; margin-left:20px;"> Copyright ©<?=date("Y")?> - Banking Infrastructure & Technology Services. <strong>ACBB-BITS</strong>. LLC </div> <div class="right"> <?php wp_nav_menu(array('menu' => 'footer')); ?> </div> </div> </div> <br> </div><!-- .sub-inner --> </div><!-- .inner --> </div><!-- #content --> <?php wp_footer(); ?>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How do I edit the font size of my footer’ is closed to new replies.