Title/Header image
-
Is there a way to put my title DrJoyBlog above my header picture.
The blog I need help with is: (visible only to logged in users)
-
Try this one (include in your CSS):
#masthead { position: relative; padding-top: 120px; } #masthead .site-title { top: 0; position: absolute; width: 100%; text-align: center; }
- The topic ‘Title/Header image’ is closed to new replies.