Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Frixel One
#6
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.
Reply


Messages In This Thread
Frixel One - by frixelsolutions - 2014-07-07, 15:11:26
RE: Frixel One - by Timbow - 2014-07-15, 07:55:50
RE: Frixel One - by frixelsolutions - 2014-07-15, 13:29:05
RE: Frixel One - by Timbow - 2014-07-18, 02:37:41
RE: Frixel One - by frixelsolutions - 2014-07-19, 10:02:47
RE: Frixel One - by Timbow - 2014-07-19, 22:14:25
RE: Frixel One - by frixelsolutions - 2014-07-20, 11:39:26
RE: Frixel One - by annguyen90 - 2014-08-01, 18:15:11
RE: Frixel One - by frixelsolutions - 2014-08-04, 14:34:15



Users browsing this thread: 1 Guest(s)