Hi,
How do I re-position the blog tagline (description) from being under the blog name to being beside it.
Any suggestions?
Thanks!
Hi,
How do I re-position the blog tagline (description) from being under the blog name to being beside it.
Any suggestions?
Thanks!
Hey,
have you tried display: inline?
Cheers,
Chris
Thanks for your response.
I'm really new to CSS - where would I put that?
Thanks
The following code goes into your child theme's style.css:
#blog-title {display:inline;}
#blog-description {display:inline;}
For more details take a look here: The Display Property | HTML Dog
Cheers,
Chris
Worked! Thanks,
Seho
You must log in to post.