Thread Starter
catmin
(@catmin)
The link to my site, which I forgot: http://catwithhats.com
Hi Cat!
Try this:
- Go to Plugins > Editor and pick WordPress Popular Posts from the dropdown.
- Under Plugin files, click on wordpress-popular-posts/style/wpp.css to edit WPP’s stylesheet.
- Find:
/* LI - Post container styles */
.wpp-list li {
overflow: hidden;
float: none;
clear: both;
}
and change it to:
/* LI - Post container styles */
.wpp-list li {
margin-bottom: 10px;
overflow: hidden;
float: none;
clear: both;
}
- Hit the Update file button to save changes.
Make sure to copy the modified wpp.css file (located at wp-content/plugins/wordpress-popular-posts/style/) into your theme’s folder so that this change is preserved between plugin updates.
Thread Starter
catmin
(@catmin)
Hector,
I tried and it worked! 🙂 Thank you so much. Great. I should finally paypal you some money and I will.
Cat
Thread Starter
catmin
(@catmin)
PS: Now I am just wondering why the top posts don’t match the hits that are displayed on my „posts“ list. The ranking also doesn’t seem to change. Hmm … Will that change by time?
I tried and it worked! 🙂 Thank you so much. Great. I should finally paypal you some money and I will.
Don’t mention it, and many thanks in advance 🙂
PS: Now I am just wondering why the top posts don’t match the hits that are displayed on my „posts“ list. The ranking also doesn’t seem to change. Hmm … Will that change by time?
Could you please share a screenshot of that so I can see what you mean with this?
Thread Starter
catmin
(@catmin)
Ah, the Hits column must belong to another plugin (or maybe it’s even a theme feature), so that’s probably the reason why the numbers don’t match. WPP uses its own data to display the popular list.
Thread Starter
catmin
(@catmin)
And it shouldn’t be the same amount of hits?
Nope, since that’s not coming from WPP but from another plugin or from your theme.