Sidebar trouble in my WP theme

Discussion in 'Blogging' started by smartgirl, Apr 30, 2009.

  1. #1
    smartgirl, Apr 30, 2009 IP
  2. Seth W

    Seth W Peon

    Messages:
    132
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Sorry man, that sounds like trouble! Did you check with the theme/template producer to see if they had any ideas or support info? I'd go with the theme first to find solutions.
     
    Seth W, Apr 30, 2009 IP
  3. uptonormal

    uptonormal Banned

    Messages:
    151
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Its a simple problem, I think you have edited the theme. When i checked your site, i found that the the div tag, "right_column" is placed inside the div tag "inner", which is causing the problem.

    If you need help in editing the theme, i can help you, Just reply or pm me.
    Thanks.
     
    uptonormal, Apr 30, 2009 IP
  4. smartgirl

    smartgirl Peon

    Messages:
    513
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #4
    uptonormal, I tried to edit it but no success. Yeah, I could really need help in editing the theme. Many thanks!
     
    smartgirl, Apr 30, 2009 IP
  5. uptonormal

    uptonormal Banned

    Messages:
    151
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #5
    If you can send me the theme file to me, I will edit it for you .

    Please send it via pm ( or email)
     
    uptonormal, May 1, 2009 IP
  6. anotherposter

    anotherposter Peon

    Messages:
    40
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Yes, absolutely the same problem with my my WP theme..
    but it appears perfectly fine in Firefox, but the sidebar slides down at the bottom of the page in Internet Explorer!

    I don't quite know the reason and I am having no skill to edit that PHP file in the Theme Editor.

    If someone could help...
     
    anotherposter, May 7, 2009 IP
  7. rksy

    rksy Well-Known Member

    Messages:
    849
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    155
    #7
    First of all, the main problem with your theme is you removed the footer.php from it. It contains the necessary closing tags for the body, main and html.

    To fix the widget sidebar inline problems, add these to your style.css:

    .widget_style li {
    float:left;
    width:100%;
    padding:0px;
    margin: 0px;
    }
    .widget_style2 li {
    float:left;
    width:100%;
    padding:0px;
    margin: 0px;
    }

    I hope that work for you..
     
    rksy, May 7, 2009 IP
  8. alfa_375

    alfa_375 Active Member

    Messages:
    445
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    60
    #8
    Please update what makes your site fixed.
     
    alfa_375, May 7, 2009 IP