Hi i’m facing a problem with my sidebars. I can’t seem to make both right and left sidebars load at the same time.
I already set to both sidebars in the post meta.
However, there is no problem if i want to load only left/right sidebar alone. I found out that between the content and left sidebar, there is a massive amount of empty space.
http://www.soapgamebox.com/11584/
I wanted to remove this usinbg these CSS codes:
.left-sidebar {
width: 160px;
float: right; margin:50px
}
but this doesnt change anything but causes the text widget in the left sidebar to only load below the content. I also tried
content-wrap {
float: left; margin:50px
}
doesn’t work either. Could this massive amount of empty space wastage be the reason why i cannot load 2 sidebars at the same time?