1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

WP theme - Footer text align issue

Discussion in 'WordPress' started by deluxdon, Nov 29, 2008.

  1. #1
    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 :confused:

    Thanks in advance for help.

    DON.
     
    deluxdon, Nov 29, 2008 IP
  2. Jalpari

    Jalpari Notable Member

    Messages:
    5,640
    Likes Received:
    137
    Best Answers:
    0
    Trophy Points:
    260
    #2
    post ur footer.php code here so i can help u
     
    Jalpari, Nov 30, 2008 IP
    deluxdon likes this.
  3. deluxdon

    deluxdon Catch Me If You Can...!!!™ Staff

    Messages:
    25,480
    Likes Received:
    1,943
    Best Answers:
    32
    Trophy Points:
    480
    #3
    Sure. Here you go

    </div>
    
    <div id="footer">
    
      <div id="footertop"><span>&copy; 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> &amp; <a href="http://www.britneysjournal.com">BRITNEY SPEARS'S UNOFFICIAL BLOG</a></span>
    
      </div>
    
    </div>
    
    </body></html>
    Code (markup):
    DON.
     
    deluxdon, Nov 30, 2008 IP
  4. ThePhoenixBird

    ThePhoenixBird Well-Known Member

    Messages:
    255
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    130
    #4
    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;
    }
     
    ThePhoenixBird, Nov 30, 2008 IP
    deluxdon likes this.
  5. deluxdon

    deluxdon Catch Me If You Can...!!!™ Staff

    Messages:
    25,480
    Likes Received:
    1,943
    Best Answers:
    32
    Trophy Points:
    480
    #5
    Thanks a lot ThePhoenixBird :)

    It works like a charm now.

    DON.
     
    deluxdon, Nov 30, 2008 IP
  6. ThePhoenixBird

    ThePhoenixBird Well-Known Member

    Messages:
    255
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    130
    #6
    Nice to hear that it worked :p
     
    ThePhoenixBird, Nov 30, 2008 IP
  7. Jalpari

    Jalpari Notable Member

    Messages:
    5,640
    Likes Received:
    137
    Best Answers:
    0
    Trophy Points:
    260
    #7
    As phonixbird says, edit footerbottom and footertop in css file
     
    Jalpari, Dec 1, 2008 IP