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.
0 comments on Sidebar shift bottom :
Post a Comment and Don't Spam!
Thanks For Your Comment. You can also reach me at my mai Id :- blogtips.frd@gmail.com