I'm totally new to Thematic (rubbish at PHP so please forgive me) and am enjoying it so far... but, I'm trying to make each widget in my sidebar have a border rather than the whole #primary section. Is there an easy way to do this with css (which element do I need to style?)? Sorry if this is a rather awkward (and probably simple to answer) question but I've experimented and have had no luck so far!
ThemeShaper Forums » Thematic
Styling widgetised sidebar
(3 posts)-
Posted 1 year ago #
-
I am trying to do this as well. After looking at http://www.bluemandala.com/thematic/thematic-structure.html, http://visualizing.thematic4you.com/ and sidebar.php I am thinking a function will need to be written to hook into widget_area_primary_aside
I have another problem with the subsidiaries but that widget border is the next on my list to tackle.
Posted 1 year ago # -
Yes, you can attack this with straight css.
You really should get and use Firebug for Firefox, these types of issues could easily be resolved!
for example,
.widgetcontainer ( border: 1px solid black; } should provide a border around every widget, add some padding to that class and you are all set.
Posted 1 year ago #
Reply
You must log in to post.