• Hello,
    I am trying to center allign the copyright sign in my footer, as well as make the text color hot pink. Does anyone know how to do this? My site is wedivine.org.

    Thank you

Viewing 4 replies - 1 through 4 (of 4 total)
  • That code in your footer is entirely outside the page. Please post (using the code buttons) the footer.php file.

    Thread Starter WeDivine

    (@wedivine)

    Here it is

    <footer id="footer">
    			<?php echo blaskan_footer_structure(); ?>
    <?php echo blaskan_primary_nav() ; ?>
    		</footer>
    		<!-- / #footer -->
    	</div>
    	<!-- / #wrapper -->
    </div>
    <!-- / #site -->
    
    <?php wp_footer(); ?>
    </body>
    </html>
    
    <!-- PayPal Logo --><table border="0" cellpadding="10" cellspacing="0" align="center"><tr><td align="center"></td></tr><tr><td align="center"><a href="https://www.paypal.com/webapps/mpp/paypal-popup" title="How PayPal Works"><img src="https://www.paypalobjects.com/webstatic/mktg/logo/AM_SbyPP_mc_vs_dc_ae.jpg" border="0" alt="PayPal Acceptance Mark"></a></td></tr></table><!-- PayPal Logo -->
    
    &copyWeDivine

    Okay, so move this part:

    <!-- PayPal Logo --><table border="0" cellpadding="10" cellspacing="0" align="center"><tr><td align="center"></td></tr><tr><td align="center"><a href="https://www.paypal.com/webapps/mpp/paypal-popup" title="How PayPal Works"><img src="https://www.paypalobjects.com/webstatic/mktg/logo/AM_SbyPP_mc_vs_dc_ae.jpg" border="0" alt="PayPal Acceptance Mark"></a></td></tr></table><!-- PayPal Logo -->
    
    &copyWeDivine

    To just below this line:

    <?php echo blaskan_primary_nav() ; ?>

    it should be above this line:

    </footer>

    Actually, also change this:

    &copyWeDivine

    to:

    <div id="copyright">
    &copyWeDivine
    </div>

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Text Color And Center Allign In Footer’ is closed to new replies.