• [ Moderator note: please use the backtick of the code button to wrap code. Or just post a link to your stylesheet. ]

    ok, i have tried many things and checked the forums with no success. after i updated to 3.4.1 the sidebar went to the bottom. it is in the proper place if you select the post, but it is at the botom from the home page. I went into the style sheet and changed width from 960 to 1100. i tried to increase/decrease the sidebar – i looked at other posts and tried that as well with no change. i need this to be right. i am hesitant now to update wordpress.
    here is the css sheet.

    /*
    Theme Name: Health Desert Night WordPress Themes
    Theme URI:
    Version: 1.0
    Description: 2 Column theme
    Author: Ashish sharma
    Author URI:
    */
    * {
    	margin: 0;
    	padding: 0;
    	}
    body {
    	color: #e4e2c1;
    	font-size: 13px;
    	line-height:200%;
    	margin:0;
    	padding:0;
    	background-position:top;
    	background-repeat:repeat-x;
    	text-align:left;
    	background-image:url(images/bg-head.jpg);
    	background-color:#14212b;
    	font-family:Georgia, "Times New Roman", Times, serif;
    	}
    h1, h1 a, h1 a:hover{
    	color:#e4e2c1;
    	font-size:25px;
    	font-weight:normal;
    	margin-top:4px;
    	margin-bottom:10px;
    	padding-bottom:4px;
    	}
    h2{
    	background-color:#293845;
    	color:#fff;
    	font-size:20px;
    	font-weight:normal;
    	padding:3px 0 3px 7px;
    	}
    a {
    	color:#d9d7ac;
    	text-decoration:underline;
    	}
    a:hover {
    	color:#fff;
    	text-decoration:none;
    	}
    a img{	border:none}
    #wrapper{
    	width:960px;
    	margin:0 auto;
    	padding:0;
    	}
    #header{
    	width:960px;
    	margin:0 auto;
    	padding:0;
    	text-align:left;
    	}
    #logo, #logo a, #logo a:hover {
    	font-size:40px;
    	color:#e4e2c1;
    	text-decoration:none;
    	margin-top:35px;
    	}
    #searchbox{
    	float:right;
    	height:25px;
    	width:310px;
    	margin-top:-23px;
    	}
    .search{
    	height:28px;
    	width:210px;
    	margin-right:8px;
    	font-size:20px
    	}
    .navigation{
    	width:960px;
    	margin-top:35px;
    	}
    .navigation ul{
    	list-style:none;
    	margin:0;
    	padding:0;
    	float:right
    	}
    .navigation li{
    	display:inline;
    	margin-left:25px;
    	font-size:15px;
    	color:#ac9b78;
    	}
    .navigation li a{
    	color:#ac9b78;
    	text-decoration:none;
    	padding:3px 5px 6px 5px;
    	}
    .navigation li a:hover{
    	color:#e4e2c1;
    	text-decoration:none;
    	background-color:#8f8164;
    	}
    #img{
    	background-image:url(images/img.jpg);
    	background-repeat:no-repeat;
    	background-position:top;
    	widows:960px;
    	height:302px;
    	margin-top:80px;
    	margin-bottom:20px;
    	}
    #container{
    	width:960px;
    	margin:0; auto;
    	}
    #content{
    
    	width:633px;
    	margin 0;
    	background-color:#4f6373;
    	border:1px solid #3f5160;
    	float:left;
    	text-align:left;
    	margin-bottom:12px
    	}
    .post{
    	padding:10px;
    	}
    #sidebar{
    	width:200px;
    	float:right;
    	text-align:left;
    	}
    #sidebar ul{
    	list-style:none;
    	line-height:220%;
    	background-color:#4f6373;
    	margin-bottom:12px;
    	border:1px solid #3f5160;
    	border-top:none
    	}
    #sidebar li{
    	margin-left:8px;
    	border-bottom:1px solid #3f5160;
    	color:#d9d7ac;
    	text-decoration:none;
    	margin-right:8px;
    	}
    #sidebar li a{
    	color:#d9d7ac;
    	text-decoration:none;
    	}
    #sidebar li a:hover{
    	color:#fff;
    	}
    #footer {
    	width:100%;
    	clear:both;
    	height:60px;
    	padding-top:14px;
    	text-align:center;
    	color:#62584b;
    	text-decoration:none;
    	border-top:1px solid #3f5160;
    	}
    #footer a{
    	color:#ac9b78;
    	text-decoration:none
    }
    #footer a:hover{
    	color:#FFF;}
    .pagination{
    	margin:5px 8x 5px 8px;
    	}
    .links{
    	height:29px;
    	border:1px solid #3f5160;
    	margin-top:12px;
    	margin-bottom:15px;
    	padding-left:10px;
    	padding-right:15px;
    	}
  • The topic ‘sidebar went to bottom after updating desert night theme’ is closed to new replies.