Reposition archive header text

  • Unknown's avatar

    Hi there,

    I’ve repositioned my header text so that it lines up with post titles, but that means the archive header text that appears when you select a month or a category from the right-hand side is now off to the left – I’d like to move it to the right so it lines up with my header text. I’ve tried modifying various versions of this:

    .archive-title,
    .archive-meta {
    font: 300 italic 30px “Source Sans Pro”, Helvetica, sans-serif;
    margin: 0 auto;
    max-width: 1040px;
    padding: 30px 0;
    width: 100%;
    }

    but nothing doing. (I’m a real beginner in CSS, so there’s a lot I don’t know.) Any ideas? Thanks in advance!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Add this:

    .archive-title, .archive-meta {
        padding-left: 59px;
    }
  • Unknown's avatar

    Amazing – thanks so much!

  • Unknown's avatar

    You’re welcome.

  • The topic ‘Reposition archive header text’ is closed to new replies.