tagline alignment

hello,

I added this to the css stylesheet, so that there’s room for the tagline

.main-navigation {
min-height: 80px;
}

…and this into the header.php (found from another thread)

<h5 class=“site-description”><?php bloginfo( ‘description’ ); ?></h5>

…so that’s all ok, except that the tagline is not aligned with the title… it pokes out to the left.

any ideas?

I managed to fix this…
moved the extra line about the tag-line from where it said in the other thread I found, to directly below the actual header title code…

Hi @pierscoe1,

Awesome great to see you got that fixed.

Please advise if you have more questions.

Have a fantastic day!

Cheers,
Movin