Try this
Look in the css file and find
Code:
#sidebar-wrapper
{
width: 35%;
float: right;
}
change it to
Code:
#sidebar-wrapper
{
width: 33%;
float: right;
}
Might be the problem I tried it locally in my editor and that seamed to make that last link work
