Designer BlogsHomeThe TeamEmail UsThe Blog

Wednesday, September 28, 2011

Fixing the Popular Post Gadget in Minima

Do you use the Minima template?
Does your Popular Posts gadget look like this?


Do you want to fix it, so it looks like this????!!!

1. Go to the Design tab on your Dashboard, then click edit HTML.
2. Now use (Ctrl+F) to find the words .sidebar li {

You should see this:

.sidebar li {
margin:0;
padding-top:0;
padding-$endSide:0;
padding-bottom:.25em;
padding-$startSide:15px;
text-indent:-15px;
line-height:1.5em;
}

3. Now simply change the -15 I have highlighted in red above to 0.


YAY! That it!!! Your done. Quick and easy!

0 comments:

Post a Comment