• Resolved ashley_c

    (@ashley_c)


    Trying to get the header padding at the top a bit smaller / tighter. Above where it says “Tree Trimming”. I don’t want that huge gap. How do I tighten it up?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi, @ashley_c

    Add the following code to Appearance -> Customize -> Additional CSS:

    .page .entry-title, .page-title {
    margin-top: 0.5em;
    }

    .page .entry-content {
    margin: 1em auto;
    }
    Thread Starter ashley_c

    (@ashley_c)

    Awesome, thank you so much.

Viewing 2 replies - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.