Update : if timeframe is set to “3 months”, the widget only takes into account the posts published during the last 3 months. My posts are older, this explain my issue.
The widget do not allow to order by views observed over a defined period of time (eg the last week or the last month).
Hey !
In style.css you need to modify this part : .posts .post-container {
For 4 columns you need:
.posts .post-container {
width: 25%;
padding: 18px;
overflow: hidden;
}
For 5 columns you need:
.posts .post-container {
width: 20%;
padding: 18px;
overflow: hidden;
}
Continue to modify the width for 6, 7, etc columns 🙂