How do I position my title text down further on my header in Bushwick theme?

  • Unknown's avatar

    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)

  • Unknown's avatar

    Hi there, you can use custom CSS to accomplish this.

    1. In your site’s Dashboard, please click Appearance → Customize.
    2. In the right-hand menu, click CSS.
    3. In the CSS Revisions box, replace ALL the existing text with the following:

      .site-branding, .single .entry-header {
      bottom: -2em;
      padding: 1.5em;
      }

    4. 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.