Hi Ajisai,
What was your solution for this?
Thanks
Add the following two styles to your stylesheet (the first will display the tagline below your site title, the second will avoid a duplicate tagline appearing in the body of the page).
h2.site-description {
display: block;
clear: both;
}
#primary h2.site-description {
display: none;
}