SDAC Plugin Update: SDAC Related Content 2.3.1
We just released a new version of our WordPress Related Content plugin. This update is very minor (adds in a div that surrounds all the output) but it will significantly make styling your related results easier.
After you update your plugin – you can control the output by adding something like this to your stylesheet:
1 2 3 | #sdac_related_posts h 4 { border-bottom : 1px dashed #c7c7bb ; margin : 15px 0 5px 0 ; padding-bottom : 5px ;} #sdac_related_posts ul { margin : 10px 0 10px 20px ;} #sdac_related_posts ul li { margin : 0 0 3px 0 ;} |
* The code above is what styles the related posts on this site.