Hello,
I'm sooooo grateful for people who help me with my blog and CSS.
How do I move my tagline down away from my site title?
Thanks Jeremy
The blog I need help with is jeremyshub.com.au.
WordPress.com is an easy way to start blogging. Get a blog, check out our features, read the latest announcements, choose from great themes, or learn about the team behind it.
Need help? Check out our Support site, then
Hello,
I'm sooooo grateful for people who help me with my blog and CSS.
How do I move my tagline down away from my site title?
Thanks Jeremy
The blog I need help with is jeremyshub.com.au.
In the AutoFocus theme, the tagline has id="site-description" and that means you can use CSS like this to adjust it:
#site-description {
padding-top: 20px;
}
Change the number to your liking.
Yes thanks again - got it!
This topic has been closed to new replies.