Buying Need a fast fix for my wordpress

Discussion in 'Programming' started by casachucky, Jul 15, 2010.

  1. #1
    I made a mistake and now my blog is messed up the footer ended moving to the top.
    anyone can do a fast fix?
    <!-- begin footer -->
    <div id="footer">
    <div style="clear:both;"></div>

    <p>Copyright &copy; 2008 &middot; All Rights Reserved &middot; </p>

    </div>

    <?php do_action('wp_footer'); ?>

    </div>

    </body>
    </html>


    website is unemployed-loans(dot)com
     
    casachucky, Jul 15, 2010 IP
  2. pdjsolutions

    pdjsolutions Peon

    Messages:
    66
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #2
    Hi there,

    I can help you out,

    Try putting a

    </div> above your <!-- begin footer --> statement :)

    If that doesnt solve, let me have a look. PM me.

    Prateek
    PDJSolutions.
     
    pdjsolutions, Jul 15, 2010 IP
  3. bhuthecoder

    bhuthecoder Member

    Messages:
    245
    Likes Received:
    11
    Best Answers:
    1
    Trophy Points:
    43
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #3
    
    <div id="footer">
    <div style="clear:both;"></div>
    
    Code (markup):
    to
    
    <div style="clear:both;"></div>
    <div id="footer">
    
    Code (markup):
     
    bhuthecoder, Jul 15, 2010 IP
  4. phpl0v3r

    phpl0v3r Peon

    Messages:
    36
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #4
    try clear:inherit;
    if it works
     
    phpl0v3r, Jul 15, 2010 IP
  5. KnuTz

    KnuTz Well-Known Member

    Messages:
    169
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    130
    Digital Goods:
    1
    As Seller:
    100% - 5
    As Buyer:
    100% - 0
    #5
    open your theme stylesheet find #content and add this code overflow:hidden;
     
    KnuTz, Jul 15, 2010 IP
  6. casachucky

    casachucky Well-Known Member

    Messages:
    1,146
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    128
    As Seller:
    100% - 0
    As Buyer:
    66.7% - 2
    #6
    Thanks bhuthecoder your the Correct one, did not try phpl0v3r
    I appreciate you help
     
    casachucky, Jul 15, 2010 IP