How do I position my title text down further on my header in Bushwick theme?
-
I am using Bushwick theme and my title is covering a portion of my header image. I want to simply move my title down as to not block the part of the image behind it.
The blog I need help with is: (visible only to logged in users)
-
Hi there, you can use custom CSS to accomplish this.
- In your site’s Dashboard, please click Appearance → Customize.
- In the right-hand menu, click CSS.
- In the CSS Revisions box, replace ALL the existing text with the following:
.site-branding, .single .entry-header {
bottom: -2em;
padding: 1.5em;
} - Save your change.
That should do the trick! Please let us know if you have any other questions. Thanks much and happy blogging!
- The topic ‘How do I position my title text down further on my header in Bushwick theme?’ is closed to new replies.