Page 1 of 1

align left just the categories side plugin?

Posted: Thu Jun 28, 2007 7:14 am
by celect
How would you align the links in categories in the sidebar plugin and not effect any of the other side bar plugins...Would I edit plugin_categories.tpl?

My site is whowantsnews.com btw

Re: align left just the categories side plugin?

Posted: Thu Jun 28, 2007 10:22 am
by garvinhicking
Hi!

Since every sidebar plugin has its own CSS subclasses, you can use this in your style.css file (NOT any tpl file!)

Code: Select all

.container_serendipity_categories_plugin a,
.container_serendipity_categories_plugin li {
  text-align: left;
}
Regards,
Garvin

Posted: Fri Jun 29, 2007 4:18 am
by celect
thanks garvin