Hi
I have repositioned the right sidebar for widgets because I expanded the main content box width a bit.
But I feel that my css is either redundant or causing things to be strange. I mean it's working but i'm not sure if I have left something out or added to much. If it's not a problem can you take a look?
this is the css i am using to position the right sidebar where it currently is now.
#top .sidebar2.sidebar_absolute .inner_sidebar {
left:936px !important;
padding:0px;
position:absolute!important;
top:236px!important;
z-index:1;
}
#top .sidebar2 {
left:936px;
padding:0;
top:236px;
z-index:1;
}
#top .sidebar2 .box{
padding:20px;
background-color: rgb(230, 216, 184);
background-color: rgba(230, 216, 184, 0.9);
}
thanks














