Wordpress sidebar issue, need help

8 replies
I have an issue where I have built a new wordpress site for a client and I downloaded the simple green theme through wordpress. The problem I have is the sidebar is showing up on the bottom right of the page below the post.

Here is a link to the page, Custom Care Construction LLC

For testing purposes I have disabled all plugins and I had deleted all pages and posts but still have the same issue.

I did some looking on the internet and found a site that uses the same theme, bizoppshome and that is how the theme should look. I've tried looking at their CSS but I can't figure out what's going on, it's a brand new site so I am really lost.

Any help you can provide I would greatly appreciate!

-Jay Vance
#issue #sidebar #wordpress
  • Profile picture of the author Ouroboros
    Have you made any changes to the style sheet? It's definitely something with the CSS, kicking the sidebar to the bottom.

    Maybe download the theme from a different site and change it out, could have bad code in the stylesheet.
    Signature

    Need a Simple Product/Service to Market to Offline Clients? Sell Them DFY Custom Videos. https://www.fiverr.com/users/gigsiteguy

    {{ DiscussionBoard.errors[2780544].message }}
  • Profile picture of the author JayVance
    I haven't made any changes to the style sheet. I actually deleted the theme and re-downloaded it through wordpress but I will start looking for another site with it and see if that works.
    {{ DiscussionBoard.errors[2780549].message }}
  • Profile picture of the author Jayo
    In your style sheet (style.css) - your #container is set to:
    Code:
    #container {
    margin:0 auto;
    text-align:left;
    width:960px
    Change the width to:
    Code:
    #container {
    margin:0 auto;
    text-align:left;
    width:950px
    {{ DiscussionBoard.errors[2780576].message }}
  • Profile picture of the author JayVance
    Jayo! Thank you so much! That fixed it. I wonder why the author would have a set his template to that width in the first place.

    Thanks again!
    {{ DiscussionBoard.errors[2780587].message }}
    • Profile picture of the author TSDMike
      Originally Posted by JayVance View Post

      Jayo! Thank you so much! That fixed it. I wonder why the author would have a set his template to that width in the first place.

      Thanks again!
      Jay,

      While only the developer can answer that for certain, I noticed the footer has the copyright date as 2009. I ran into something similar one time where the culprit was that the theme was no longer compatible with the latest version of WP. The only remedy was to install an new theme.

      I'd keep an eye on it.
      {{ DiscussionBoard.errors[2780621].message }}
      • Profile picture of the author JayVance
        Originally Posted by TSDMike View Post

        Jay,

        While only the developer can answer that for certain, I noticed the footer has the copyright date as 2009. I ran into something similar one time where the culprit was that the theme was no longer compatible with the latest version of WP. The only remedy was to install an new theme.

        I'd keep an eye on it.
        Thanks for the info Mike, I'll keep an eye on that for sure.
        {{ DiscussionBoard.errors[2780652].message }}
  • Profile picture of the author Jayo
    Originally Posted by JayVance View Post

    Jayo! Thank you so much! That fixed it. I wonder why the author would have a set his template to that width in the first place.

    Thanks again!
    No problem. If you use firefox, download Firebug. It'll make you look smart
    {{ DiscussionBoard.errors[2780609].message }}
  • Profile picture of the author JayVance
    Ha, I'll download that then!
    {{ DiscussionBoard.errors[2780612].message }}

Trending Topics