Re: I think I need a fix …
1. In IE the right column is waaay out of whack. How do I fix that
– open style.css, it should be in your templates directory bb-templateskakumei
– edit style.css with notepad, search for #rightbar
– change the value of MARGIN-LEFT: as it suites you best – 510px, 450px, 300px, just edit that number and see how it goes.
#rightbar {
OVERFLOW-X: hidden; MARGIN-LEFT: 310px; WIDTH: 150px; POSITION: absolute
}
Good luck!