2014-07-20, 11:39:26
(This post was last modified: 2014-07-20, 11:47:51 by frixelsolutions.)
(2014-07-19, 22:14:25)Timbow Wrote: I really enjoyed using your theme and it's a really small thing but when I wanted the sidebar titles to be centered instead of left-aligned I couldn't select in the css just the sidebar. I had to edit the template so that instead of
<div><?php get_component('sidebar'); ?></div>
I needed
<div id="sidebar"><?php get_component('sidebar'); ?></div>
That's all really.
The default theme has something like
<aside id="sidebar">
<section>
<?php get_component('sidebar'); ?>
</section>
</aside>
But I don't know if that is good html5 nomenclature.
We'll have an update shortly with the sidebar div id, look for it in 1.0.2. Thank you.
Edit: done!