Check out my below given blog Health Blog Point I am using free WP theme there but problem is footer text is not appear withink image blog (end text). How to solve this problem Thanks in advance for help. DON.
Sure. Here you go </div> <div id="footer"> <div id="footertop"><span>© Copyright 2008 - <a href="<?php echo get_option('home'); ?>/" title="home"><?php bloginfo('name'); ?></a></span> <ul> <li><a href="<?php echo get_option('home'); ?>/">Home</a></li> <?php $pages = wp_list_pages('title_li=0'); ?> </ul> </div> <div id="footerbottom"> <span>WORDPRESS THEME BY <a href="http://www.acosmin.com">ALEXANDRU COSMIN</a> & <a href="http://www.britneysjournal.com">BRITNEY SPEARS'S UNOFFICIAL BLOG</a></span> </div> </div> </body></html> Code (markup): DON.
Edit your style.css (you can do this in the Theme Editor) find this CSS entries (#footertop, #footerbottom) and replace the current text with the new text in red. #footertop { clear:both; color:#C6D6D9; font-family:Arial,Helvetica,sans-serif; font-size:10px; height:16px; margin:0 auto; padding:4px 5px 0 10px; text-transform:uppercase; width:945px; } #footerbottom { clear:both; color:#FFFFFF; font-family:Arial,Helvetica,sans-serif; font-size:10px; height:34px; margin:0 auto; padding:24px 15px 0 5px; text-transform:uppercase; width:940px; }