text widget for footer
-
I am using themeco “twenty thirteen”. I am trying to use a text widget to place an image, some text and a link in the footer area. Currently, my footer is empty (removed the php below from footer.php). Once I add the widget (blank) and publish, the entire footer region turns black. If I add html for the img, the image appears surrounded by black. If I add css to change the footer background to white so the image is not in a sea of black, there is a thick border remaining. I don’t know enough to determine what is causing it or more importantly how to fix it. Can anyone simply provide the css/html I would need to display an image, some text, and a link in a totally white background? The site url is bgcfw.org.
<div class=”site-info”>
<?php do_action( ‘twentythirteen_credits’ ); ?>
“><?php printf( __( ‘Proudly powered by %s’, ‘twentythirteen’ ), ‘WordPress’ ); ?>
</div><!– .site-info –>
- The topic ‘text widget for footer’ is closed to new replies.