1. Find this code:
body.item-view .widget.PopularPosts, body.item-view .post-outer-container .inline-ad, #comments {
margin-$startSide: 220px;
width: 660px;
}
2. Change the ".widget.PopularPosts" to "#page_body.widget.PopularPosts"
body.item-view #page_body.widget.PopularPosts, body.item-view .post-outer-container .inline-ad, #comments {
margin-$startSide: 220px;
width: 660px;
}