• Not sure what happened, but the sidebar (which should be and was on the right hand side) now appears on the home page at the bottom of the page, after all of the content, although there’s a grey area to the right where the sidebar should be.

    On the other pages, which are still empty of content, the sidebar appears on the lefthand side instead of on the right as it was/should be.

    The url of the site is https://revolutionmediamarketing.com

    Any help on where I need to look to correct this problem would be greatly appreciated!

    Thanks
    Vivi

Viewing 5 replies - 1 through 5 (of 5 total)
  • Adjust elements of the “#content” in your css. For one the border is too large.

    You can try something like this

    #content{
    	float:right;
    	width:70%;
    	border-right:20px solid #eee;
    	margin-left: 0px;
    	padding:20px 10px 20px 10px;
    }

    Hello all,

    I have the same issue. The sidebar content now appears after the body content.

    In my case, I had not made any changes to the width of content in the sidebar in the CSS stylesheet, but I did increase the width of the main column content area style in the stylesheet (to allow some YouTube videos to fit). What’s confusing is that I made that change some days ago and had seen the blog render perfectly well a number of times since that change and now.

    The site’s URL is: https://www.ictd.com/blog

    If the solution posted above is what I have to do, although it doesn’t quite make sense from a problem-solving approach, I will give it a try.

    Thanks,
    tw

    Hello all,

    I have tried a few things to get the sidebar content to re-appear at the side of the content, instead of at the bottom, to no avail.

    I tried re-installing the Whitehouse theme. I tried restoring to the default settings for the theme. I tried changing themes, then changing back. None of these steps have worked. Also tried modifying the #sidebar, #content, and some others – have changed them all back now.

    Hmmm, not sure where to go from here. Really disappointing because the Whitehouse theme was a nice one. ??

    I just had the same thing happen to me using the HoPE theme. Great theme. I upgraded to WP 3.0 and updated a couple of pages…not sure what triggered the problem. Any suggestions?

    tried this. I don’t know what 3.0 did because my site was fine before it.

    https://www.moneyball-saff.com

    Same problem I am stumped idk what is going on.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Sidebar moved to bottom of home page – and on other pages, now on left side’ is closed to new replies.