2017-05-22

[Blogger] Responsive theme "Soho" bug fix. How to make the Popular Post in sidebar smaller?

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;
  }