Tagline not showing in header

Hello everyone,

I have a provlem where I cannot get my tagline to show! It seems that the header is not tall enough to show it? How do I adjust this setting?

site:

http://programmingforanalysis.com/

This theme doesn’t have tagline visible to save some space in header. There is not enough space for it. It might work in some cases where website title is very short or font used would be tiny or in some other use cases but this theme is made to be used by hundreds of thousands, so we need to make sure that nothing breaks, so less is always better.

You can add tagline with this simple code snippet and you should add it here. Find the same line on your header.php file.

<h2 class="site-description"><?php bloginfo( 'description' ); ?></h2>