Quote:
Originally Posted by John Lester
My only issue with this hack is that the column is a few pixels higher than my forum display and I can't figure out how to adjust it  I have tried adding padding as alluded to on page 11 ... or 10 .. whatever ... and it doesn't do anything.
|
I still can't figure this out. The column sits a few pixels higher than the forums do and it's kind of annoying
EDIT: Figured out how to "fix" it. This is on 4.1.5 pl3 (not sure if that matters

)
Open the xml file
Find (adjusts forum display page column)
Code:
.ss_rightcolumn_index {
width: 200px;
overflow: hidden;
margin-top: 44px;
Change the margin-top: to fit your site, for me it was 50px.
Find (adjusts thread display page column)
Code:
.ss_rightcolumn_other {
width: 200px;
overflow: hidden;
margin-top: 1px;
Change margin-top (I had to change it to 90).
After you change the xml, import the changed xml and "allow overwight". Remember to refresh the page to see how the changes affected the column.