DanClarkePro
Member
Posted 4 months ago #
Currently there is some CSS which overrides the default items in WordPress:
span.count {
position: absolute;
left: 100px;
top: 0;
}
This overrides the counts put above the post list page, for example:
This: http://cl.ly/MGDy
Should look like this: http://cl.ly/MFFi
http://wordpress.org/extend/plugins/spam-captcha/
DanClarkePro
Member
Posted 4 months ago #
This also affects the searching for new plugins - the star rating system:
div.star-holder {
position: relative;
height: 19px;
width: 100px;
font-size: 19px;
}
It looks like this: http://cl.ly/MFxi
It should look like this: http://cl.ly/MFm5
The next version should correct this
I will release it in minutes
DanClarkePro
Member
Posted 3 months ago #
Thanks Sed for these changes, just activated the new version of the plugin and all is well.
Thanks again,
Dan.