Quantcast
Channel: Topic Tag: footer | WordPress.org
Viewing all articles
Browse latest Browse all 13554

George Hozendorf on "[Theme: Twenty Eleven] make img footer responsive"

$
0
0

I'm a total newbie to wordpress so forgive me if this seems like a really dumb question.

The footer in my twentyeleven theme has <div id="site-generator"> not #site-generator {

I got an image in the footer by adding the following to footer.php

10 Removed Proudly Powered by WordPress
Deleted:
<div id="site-generator">
<?php do_action( 'twentyeleven_credits' ); ?>
" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentyeleven' ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentyeleven' ), 'WordPress' ); ?>
</div>
in Appearance/Editor/footer.php

11 Add image to footer
Inserted:
<center>
<img src="http://gcdcc.safeport.com/wp-content/uploads/dcf_footer.jpg" alt="dcf_footer.jpg">
to Appearance/Editor/footer.php (just before <?php wp_footer(); ?>

This works except for the fact it's not responsive. When I replace the footer.php with a fresh copy and use your code, it just puts the text in the footer area.

Please tell me how to accomplish what you did. I tried putting your code in the style.css with no luck.

Thanks in advance for helping this newbie.


Viewing all articles
Browse latest Browse all 13554

Trending Articles