Hello
How do I move my site title down?
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
How do I move my site title down?
Thanks Jeremy
The blog I need help with is jeremyshub.com.au.
Do you mean the text site title that says, "Jeremy Shub Sculptor"? The "padding-top" value inside the #header block in the custom CSS you already added adjusts how far down the site title appears. Also mentioned at http://en.forums.wordpress.com/topic/help-needed-for-autofocus?replies=7#post-898896
Or if you meant you wanted to move the header image down, one way to do that would be to add extra spacing to the top of the #container area like this:
#container {
padding-top: 20px;
}
Thanks again designsimply,
Yes I meant to add space to the container.
Jeremy
Cool. Got it covered then. :)
This topic has been closed to new replies.