https://deepthoughts.affinityenterprises.com/
Deep Thoughts Categories no longer has the background formatting the other widgets have. I was instructed to go into “styles.css” and make sure I have #categories in the appropriate places.
/*——-SIDEBAR———*/
#sidebar {
font-size:.9em;
}
#meta,
#categories,
#pages,
#yammyamm-menu,
#recent-posts,
#recent-comments,
#peters-date-countdown,
#calendar,
#scrobbler,
#links,
#text-1,
#text-2,
#linkcat-5,
#archives,
#linkcat-4,
#linkcat-11,
#google-search,
#front-page-login,
#rss-1,
#rss-2,
#dthoughts
{
background: #eee url(images/sideboxbg.gif) top left repeat-x;
padding: 25x;
margin: 5px;
border: 1px solid #ddd;
}
However, #categories doesn’t seem to be working.