Sidebar shift bottom

What's your blog Sidebar also shift bottom in opera, mozilla firefox or in IE and you can't do any think. No We have solution for fix your sidebar on top. Just you have change some code and your blog sidebar will not appear on down.

Try to add float value to the sidebar..
Find this

Code:


#sidebar1 {
width: 194px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
color: #7f7f7f;
background: #ffffff;
border-right: 1px solid #ffffff;
line-height: 1.6em;
}


and change it to like this



#sidebar1 {
width: 194px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
color: #7f7f7f;
background: #ffffff;
border-right: 1px solid #ffffff;
line-height: 1.6em;
float : right;
}

If the problem still there. try to decrease the width of either the sidebar or the main content.

No comments:

Post a Comment

Thanks For Your Comment. You can also reach me at my mai Id :- blogtips.frd@gmail.com